mirror of
https://github.com/a2nt/silverstripe-progressivewebapp.git
synced 2024-10-22 11:05:45 +02:00
FIX: expose issue
This commit is contained in:
parent
bb9403844a
commit
3b6fe46699
@ -8,28 +8,32 @@
|
|||||||
"app"
|
"app"
|
||||||
],
|
],
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"authors": [{
|
"authors": [
|
||||||
|
{
|
||||||
"name": "Tony Air",
|
"name": "Tony Air",
|
||||||
"email": "tony@twma.pro"
|
"email": "tony@twma.pro"
|
||||||
}],
|
}],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"require": {
|
"require":
|
||||||
|
{
|
||||||
"silverstripe/cms": "^4"
|
"silverstripe/cms": "^4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev":
|
||||||
|
{
|
||||||
"phpunit/phpunit": "^5.7"
|
"phpunit/phpunit": "^5.7"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra":
|
||||||
|
{
|
||||||
"installer-name": "silverstripe-progressivewebapp",
|
"installer-name": "silverstripe-progressivewebapp",
|
||||||
"branch-alias": {
|
"branch-alias":
|
||||||
|
{
|
||||||
"dev-master": "2.x-dev"
|
"dev-master": "2.x-dev"
|
||||||
},
|
}
|
||||||
"expose": [
|
|
||||||
"resources"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload":
|
||||||
"psr-4": {
|
{
|
||||||
|
"psr-4":
|
||||||
|
{
|
||||||
"A2nt\\ProgressiveWebApp\\": "src/"
|
"A2nt\\ProgressiveWebApp\\": "src/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user