We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e21a1f commit 48853eeCopy full SHA for 48853ee
composer.json
@@ -41,7 +41,7 @@
41
"require-dev": {
42
"nesbot/carbon": "^2.62 || ^3.0",
43
"orchestra/testbench": "^9.0 || ^10.0",
44
- "phpunit/phpunit": "^11.0"
+ "phpunit/phpunit": "^11.0 || ^12.0"
45
},
46
"conflict": {
47
"andrey-helldar/cache": "*"
@@ -76,8 +76,6 @@
76
}
77
78
"scripts": {
79
- "test": [
80
- "php vendor/bin/phpunit"
81
- ]
+ "test": "php vendor/bin/phpunit"
82
83
0 commit comments