mirror of
https://github.com/a2nt/silverstripe-progressivewebapp.git
synced 2024-10-22 11:05:45 +02:00
Minor info update
This commit is contained in:
parent
3df26ac98f
commit
61853c53a5
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "michelsteege/silverstripe-progressivewebapp",
|
||||
"description": "Tools to add progressive web app functionality to your silverstripe website",
|
||||
"name": "a2nt/silverstripe-progressivewebapp",
|
||||
"description": "Tools to add offline caching and the other progressive web app functionality to your silverstripe website",
|
||||
"type": "silverstripe-vendormodule",
|
||||
"keywords": [
|
||||
"silverstripe",
|
||||
@ -9,19 +9,16 @@
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"authors": [{
|
||||
"name": "Michel van der Steege",
|
||||
"email": "michelsteege@hotmail.com"
|
||||
"name": "Tony Air",
|
||||
"email": "tony@twma.pro"
|
||||
}],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"silverstripe/cms": "^4.0@dev",
|
||||
"silverstripe/vendor-plugin": "^1.0",
|
||||
"silverware/colorpicker": "^1.0"
|
||||
"silverstripe/cms": "^4.*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7",
|
||||
"squizlabs/php_codesniffer": "^3.0"
|
||||
"phpunit/phpunit": "^5.7"
|
||||
},
|
||||
"extra": {
|
||||
"installer-name": "silverstripe-progressivewebapp",
|
||||
@ -34,7 +31,7 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Pixelspin\\ProgressiveWebApp\\": "src/"
|
||||
"A2nt\\ProgressiveWebApp\\": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@a2nt/silverstripe-progressivewebapp",
|
||||
"version": "1.8.7",
|
||||
"version": "1.8.8",
|
||||
"author": "Tony Air <tony@twma.pro>",
|
||||
"license": "MIT",
|
||||
"description": "SilverStripe Service Worker",
|
||||
|
Loading…
Reference in New Issue
Block a user