Skip to content

Commit cfaf7fb

Browse files
committed
Upgrade dependencies to support Laravel 8
1 parent 63ace85 commit cfaf7fb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.1.3",
19-
"illuminate/console": "^6.0|^7.0",
20-
"illuminate/database": "^6.0|^7.0",
21-
"illuminate/http": "^6.0|^7.0",
22-
"illuminate/support": "^6.0|^7.0"
18+
"php": ">=7.3.0",
19+
"illuminate/console": ">=6.0",
20+
"illuminate/database": ">=6.0",
21+
"illuminate/http": ">=6.0",
22+
"illuminate/support": ">=6.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^8.0",
26-
"orchestra/testbench": "^3.8"
25+
"phpunit/phpunit": "^8.2.4",
26+
"orchestra/testbench": "^6.2",
27+
"laravel/legacy-factories": "1.0.4"
2728
},
2829
"autoload": {
2930
"psr-4": {

0 commit comments

Comments
 (0)