Skip to content

Commit 8fad4e9

Browse files
committed
2 parents 08ae14a + 5f85769 commit 8fad4e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
],
2020
"require": {
2121
"php": ">=5.6.4",
22-
"illuminate/support": "5.3.*",
23-
"illuminate/filesystem": "5.3.*",
22+
"illuminate/support": "5.4.*",
23+
"illuminate/filesystem": "5.4.*",
2424
"phpseclib/phpseclib": "^2.0"
2525
},
2626
"require-dev": {
27-
"illuminate/console": "5.3.*",
27+
"illuminate/console": "5.4.*",
2828
"mockery/mockery": "~0.9.4",
29-
"phpunit/phpunit": "~5.4"
29+
"phpunit/phpunit": "~5.5"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)