mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
UPD: composer
This commit is contained in:
parent
ba000bcb4e
commit
ddcdb1218c
@ -83,10 +83,6 @@
|
|||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://github.com/a2nt/GridFieldBulkEditingTools"
|
"url": "https://github.com/a2nt/GridFieldBulkEditingTools"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "vcs",
|
|
||||||
"url": "https://github.com/a2nt/silverstripe-turnstile"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://github.com/a2nt/silverstripe-dataintegritytests"
|
"url": "https://github.com/a2nt/silverstripe-dataintegritytests"
|
||||||
@ -125,7 +121,9 @@
|
|||||||
"psr-4": {
|
"psr-4": {
|
||||||
"App\\": "app/src"
|
"App\\": "app/src"
|
||||||
},
|
},
|
||||||
"exclude-from-classmap": ["vendor/dynamic/flexslider/src/Model/SlideImage.php"]
|
"exclude-from-classmap": [
|
||||||
|
"vendor/dynamic/flexslider/src/Model/SlideImage.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"minimum-stability": "dev"
|
"minimum-stability": "dev"
|
||||||
|
Loading…
Reference in New Issue
Block a user