Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 4dba3fa

Browse files
committed
Add Laravel 10.x support
1 parent 352f05f commit 4dba3fa

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
@@ -8,10 +8,10 @@
88
"name": "Label84",
99
"email": "info@label84.com"
1010
}
11-
],
11+
],
1212
"require": {
1313
"php": "^8.0.2",
14-
"illuminate/support": "^8.0|^9.0"
14+
"illuminate/support": "^9.0|^10.0"
1515
},
1616
"autoload": {
1717
"psr-4": {
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^6.0|7.0",
32+
"orchestra/testbench": "^7.0|^8.0",
3333
"nunomaduro/larastan": "^2.0",
3434
"phpunit/phpunit": "^9.5"
3535
},

0 commit comments

Comments
 (0)