Skip to content

Commit b02db48

Browse files
authored
Update composer.json
1 parent 7cea7ca commit b02db48

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.1.3",
19-
"laravel/framework": "5.8.*"
18+
"php": "^7.2",
19+
"laravel/framework": "^6.0"
2020
},
2121
"require-dev": {
22-
"illuminate/support": "^5.8",
23-
"orchestra/testbench": "~3.0",
24-
"phpunit/phpunit": "^7.5",
25-
"laravel/laravel": "5.8.*"
22+
"illuminate/support": "^6.0.2",
23+
"orchestra/testbench": "^3.8.5",
24+
"phpunit/phpunit": "^8.3.4",
25+
"laravel/laravel": "^6.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)