Skip to content

Commit 0285af1

Browse files
authored
Merge pull request #19 from maloun96/laravel10
feat: add laravel10
2 parents f56edb6 + c4fa79d commit 0285af1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.0",
20-
"illuminate/contracts": "^9.0",
19+
"php": "^8.0|^8.1",
2120
"segmentio/analytics-php": "^2.0",
2221
"spatie/data-transfer-object": "^3.7",
2322
"spatie/laravel-package-tools": "^1.9.2"
2423
},
2524
"require-dev": {
26-
"nunomaduro/collision": "^6.0",
25+
"nunomaduro/collision": "^5.3|^6.1|^7.0",
2726
"nunomaduro/larastan": "^2.0.1",
28-
"orchestra/testbench": "^7.0",
27+
"orchestra/testbench": "^6.15|^7.0|^8.0",
2928
"pestphp/pest": "^1.21",
3029
"pestphp/pest-plugin-laravel": "^1.1",
3130
"phpstan/extension-installer": "^1.1",

0 commit comments

Comments
 (0)