Skip to content

Commit c34d632

Browse files
committed
Add support for Laravel 10
1 parent 63c3190 commit c34d632

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
@@ -14,11 +14,11 @@
1414
"type": "library",
1515
"require": {
1616
"php": "^7.1|^8.0|^8.1",
17-
"laravel/framework": "^5.7|^6.0|^7.0|^8.0|^9.0"
17+
"laravel/framework": "^5.7|^6.0|^7.0|^8.0|^9.0|^10.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^7.2|^8.0|^9.0",
21-
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0"
20+
"phpunit/phpunit": "^7.2|^8.0|^9.0|^10.0",
21+
"orchestra/testbench": "^3.7|^4.0|^5.0|^6.0|^7.0|^8.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)