These will need the installer package to work properly

This commit is contained in:
Samuel Georges 2015-08-19 22:09:15 +10:00
parent 89e3a34a2b
commit 727eada7d0
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,8 @@
}
],
"require": {
"php": ">=5.4"
"php": ">=5.4",
"composer/installers": "~1.0"
},
"autoload": {
"psr-4": {

View File

@ -17,7 +17,8 @@
}
],
"require": {
"php": ">=5.4"
"php": ">=5.4",
"composer/installers": "~1.0"
},
"extra": {
"branch-alias": {