Skip to content

Commit 96280ce

Browse files
Change the required dependencies
1 parent 971b3f8 commit 96280ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
"license": "MIT",
1515
"require": {
1616
"php": "^7.3",
17-
"laravel/framework": "^8.0"
17+
"illuminate/contracts": "^8.0",
18+
"illuminate/support": "^8.0"
1819
},
1920
"require-dev": {
21+
"laravel/framework": "^8.0",
2022
"orchestra/testbench": "^6.0",
2123
"phpunit/phpunit": "^9.3"
2224
},

0 commit comments

Comments
 (0)