silverstripe-progressivewebapp/composer.json

41 lines
871 B
JSON
Raw Normal View History

2018-06-24 15:51:50 +02:00
{
2020-04-02 01:46:41 +02:00
"name": "a2nt/silverstripe-progressivewebapp",
"description": "Tools to add offline caching and the other progressive web app functionality to your silverstripe website",
2018-06-24 15:51:50 +02:00
"type": "silverstripe-vendormodule",
"keywords": [
"silverstripe",
"progressive",
"app"
],
"license": "BSD-3-Clause",
2021-03-29 09:48:47 +02:00
"authors": [
{
2020-04-02 01:46:41 +02:00
"name": "Tony Air",
"email": "tony@twma.pro"
2018-06-24 15:51:50 +02:00
}],
"minimum-stability": "dev",
2021-03-29 09:48:47 +02:00
"require":
{
2020-04-02 01:49:12 +02:00
"silverstripe/cms": "^4"
2020-04-01 21:42:13 +02:00
},
2021-03-29 09:48:47 +02:00
"require-dev":
{
2020-04-02 01:46:41 +02:00
"phpunit/phpunit": "^5.7"
2018-06-24 15:51:50 +02:00
},
2021-03-29 09:48:47 +02:00
"extra":
{
2018-06-24 15:51:50 +02:00
"installer-name": "silverstripe-progressivewebapp",
2021-03-29 09:48:47 +02:00
"branch-alias":
{
2018-06-24 15:51:50 +02:00
"dev-master": "2.x-dev"
2021-03-29 09:48:47 +02:00
}
2018-06-24 15:51:50 +02:00
},
2021-03-29 09:48:47 +02:00
"autoload":
{
"psr-4":
{
2020-04-02 01:46:41 +02:00
"A2nt\\ProgressiveWebApp\\": "src/"
2018-06-24 15:51:50 +02:00
}
}
}