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 8f1a73d commit fd7294fCopy full SHA for fd7294f
composer.json
@@ -11,14 +11,14 @@
11
],
12
"require": {
13
"php": ">=5.6.4",
14
- "illuminate/support": "5.3.*",
15
- "illuminate/database": "5.3.*",
+ "illuminate/support": "5.4.*",
+ "illuminate/database": "5.4.*",
16
"mockery/mockery": "^0.9"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^5.4",
20
- "orchestra/testbench": "3.3.*",
21
- "illuminated/helper-functions": "5.3.*"
+ "phpunit/phpunit": "^5.7",
+ "orchestra/testbench": "3.4.*",
+ "illuminated/helper-functions": "5.4.*"
22
23
"autoload": {
24
"psr-4": {
0 commit comments