Skip to content

Commit 37710b1

Browse files
committed
Laravel 10
1 parent e93b28c commit 37710b1

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
@@ -11,13 +11,13 @@
1111
],
1212
"require": {
1313
"php": "^8.0",
14-
"illuminate/database": "^5.5.0|^6.0|^7.0|^8.0|^9.0",
15-
"illuminate/support": "^5.5.0|^6.0|^7.0|^8.0|^9.0"
14+
"illuminate/database": "^5.5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
15+
"illuminate/support": "^5.5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
1616
},
1717
"require-dev": {
1818
"ext-pdo_sqlite": "*",
1919
"mockery/mockery": "^1.0.0",
20-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.8.0|^4.0|^5.0|^6.0|^7.0",
20+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
2121
"phpunit/phpunit" : "^7.0|^8.0|^9.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)