We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8261d80 + 60f0e56 commit 40c7e16Copy full SHA for 40c7e16
composer.json
@@ -17,11 +17,11 @@
17
],
18
"require": {
19
"php": "^7.1 || ^8.0",
20
- "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
+ "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0"
21
},
22
"require-dev": {
23
"laravel/legacy-factories": "^1.0",
24
- "orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0",
+ "orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0|^8.0",
25
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
26
27
"autoload": {
@@ -37,7 +37,6 @@
37
"scripts": {
38
"test": "vendor/bin/phpunit",
39
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
40
-
41
42
"config": {
43
"sort-packages": true
0 commit comments