Merge pull request #18 from JamesForks/composer-change
Update composer.json
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
"illuminate/support": "5.*"
|
||||
"illuminate/support": "5.0.*|5.1.*|5.2.*"
|
||||
},
|
||||
"require-dev" :{
|
||||
"phpspec/phpspec": "~2.0"
|
||||
@ -21,5 +21,9 @@
|
||||
"TomLingham\\Searchy\\": "src/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable"
|
||||
"config": {
|
||||
"preferred-install": "dist"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user