Skip to content

Commit a56ef50

Browse files
committed
Bump support to Laravel 6
1 parent 4ec142d commit a56ef50

File tree

2 files changed

+137
-89
lines changed

2 files changed

+137
-89
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"license": "MIT",
1010
"require": {
1111
"symfony/yaml": "^4.3",
12-
"illuminate/console": "^5.8",
13-
"illuminate/filesystem": "^5.8",
14-
"illuminate/support": "^5.8"
12+
"illuminate/console": "^6.0",
13+
"illuminate/filesystem": "^6.0",
14+
"illuminate/support": "^6.0"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^7.5",
17+
"phpunit/phpunit": "^8.0",
1818
"mockery/mockery": "^1.2"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)