There was an error while loading. Please reload this page.
1 parent 1d02846 commit ac671fbCopy full SHA for ac671fb
composer.json
@@ -12,14 +12,14 @@
12
"minimum-stability": "dev",
13
"prefer-stable": true,
14
"require": {
15
- "php": "^8.0|^8.1",
+ "php": "^8.0|^8.1|^8.2",
16
"ext-json": "*",
17
- "illuminate/support": "^8.19|^9.0",
18
- "illuminate/database": "^8.19|^9.0"
+ "illuminate/support": "^8.19|^9.0|^10.0",
+ "illuminate/database": "^8.19|^9.0|^10.0"
19
},
20
"require-dev": {
21
"phpunit/phpunit": "^9.0",
22
- "orchestra/testbench": "^5.0"
+ "orchestra/testbench": "^5.0|^7.0|^8.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments