Skip to content

Commit bbc47e6

Browse files
committed
Update composer.json for Laravel 6.0
1 parent eb17c7b commit bbc47e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
}
4040
],
4141
"require": {
42-
"php": ">=7.1.3",
43-
"illuminate/console": "^5.8",
44-
"illuminate/database": "^5.8",
45-
"illuminate/filesystem": "^5.8"
42+
"php": ">=7.2",
43+
"illuminate/console": "^6.0",
44+
"illuminate/database": "^6.0",
45+
"illuminate/filesystem": "^6.0"
4646
},
4747
"require-dev": {
48-
"phpunit/phpunit": "^7.5",
48+
"phpunit/phpunit": "^8.0",
4949
"mockery/mockery": "^1.0",
5050
"orchestra/testbench": "^3.8"
5151
},

0 commit comments

Comments
 (0)