These will need the installer package to work properly
This commit is contained in:
parent
89e3a34a2b
commit
727eada7d0
|
|
@ -18,7 +18,8 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4"
|
||||
"php": ">=5.4",
|
||||
"composer/installers": "~1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4"
|
||||
"php": ">=5.4",
|
||||
"composer/installers": "~1.0"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue