Skip to content

Commit 2e61bba

Browse files
authored
Upgrade for Laravel 5.7
Not tested
1 parent fc65765 commit 2e61bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
],
99
"license" : "GPL-3.0+",
1010
"require" : {
11-
"illuminate/support" : "5.5.*",
11+
"illuminate/support" : "5.7.*",
1212
"friendsofphp/php-cs-fixer" : "^2.6",
1313
"potsky/microsoft-translator-php-sdk" : "*"
1414
},
1515
"require-dev" : {
1616
"orchestra/testbench" : "3.5.*",
17-
"phpunit/phpunit" : "^6.0",
17+
"phpunit/phpunit" : "^7.0",
1818
"satooshi/php-coveralls" : "dev-master"
1919
},
2020
"autoload" : {

0 commit comments

Comments
 (0)