We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679358f commit ebee089Copy full SHA for ebee089
composer.json
@@ -10,15 +10,15 @@
10
}
11
],
12
"require": {
13
- "php": ">=5.5.9",
14
- "illuminate/support": "5.2.*",
15
- "illuminate/database": "5.2.*",
+ "php": ">=5.6.4",
+ "illuminate/support": "5.3.*",
+ "illuminate/database": "5.3.*",
16
"mockery/mockery": "^0.9"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^5.0",
20
- "orchestra/testbench": "3.2.*",
21
- "illuminated/helper-functions": "5.2.*"
+ "phpunit/phpunit": "^5.4",
+ "orchestra/testbench": "3.3.*",
+ "illuminated/helper-functions": "5.3.*"
22
23
"autoload": {
24
"psr-4": {
0 commit comments