|
@ -11,7 +11,7 @@ |
|
|
], |
|
|
], |
|
|
"require": { |
|
|
"require": { |
|
|
"php": ">=5.5.0", |
|
|
"php": ">=5.5.0", |
|
|
"illuminate/support": "5.*" |
|
|
|
|
|
|
|
|
"illuminate/support": "5.1.*|5.2.*" |
|
|
}, |
|
|
}, |
|
|
"require-dev" :{ |
|
|
"require-dev" :{ |
|
|
"phpspec/phpspec": "~2.0" |
|
|
"phpspec/phpspec": "~2.0" |
|
@ -21,5 +21,9 @@ |
|
|
"TomLingham\\Searchy\\": "src/" |
|
|
"TomLingham\\Searchy\\": "src/" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"minimum-stability": "stable" |
|
|
|
|
|
|
|
|
"config": { |
|
|
|
|
|
"preferred-install": "dist" |
|
|
|
|
|
}, |
|
|
|
|
|
"minimum-stability": "dev", |
|
|
|
|
|
"prefer-stable": true |
|
|
} |
|
|
} |