This commit is contained in:
Tom Lingham
2016-05-14 12:26:40 +10:00
parent 12c52d5160
commit 09763f0f7f
11 changed files with 186 additions and 53 deletions

View File

@ -10,17 +10,24 @@
}
],
"require": {
"php": ">=5.5.0",
"illuminate/support": "5.*"
"php": "^5.5.9 || ^7.0",
"illuminate/support": "5.1.* || 5.2.*"
},
"require-dev" :{
"phpspec/phpspec": "~2.0"
"graham-campbell/testbench": "^3.1",
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.8 || ^5.0"
},
"autoload": {
"psr-4": {
"TomLingham\\Searchy\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"TomLingham\\Tests\\Searchy\\": "tests/"
}
},
"config": {
"preferred-install": "dist"
},