Skip to content

Commit 68ca79f

Browse files
committed
Update dependencies
1 parent e38de6e commit 68ca79f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
],
1111
"require": {
1212
"php": "^7.3|^8.0",
13-
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0"
13+
"illuminate/support": "^5.7|^6.0|^7.0|^8.0|^9.0",
14+
"laravel/framework": "^5.7|^6.0|^7.0|^8.0|^9.0"
1415
},
1516
"require-dev": {
16-
"orchestra/testbench": "~3.7|^4.0|^5.0|^6.0",
17-
"laravel/framework": "^5.7|^6.0|^7.0|^8.0"
17+
"orchestra/testbench": "~3.7|^4.0|^5.0|^6.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)