We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a404b8 commit 5c3b3cdCopy full SHA for 5c3b3cd
composer.json
@@ -27,9 +27,8 @@
27
},
28
"require-dev": {
29
"laravel/octane": "^1.4|^2.0",
30
- "orchestra/testbench": "^8.0|^9.0|^10.0",
31
- "phpstan/phpstan": "^1.10",
32
- "phpunit/phpunit": "^9.0|^10.4|^11.5|^12.0"
+ "orchestra/testbench": "^8.36|^9.15|^10.8",
+ "phpstan/phpstan": "^1.10"
33
34
"autoload": {
35
"psr-4": {
phpunit.xml.dist
@@ -7,8 +7,6 @@
7
<testsuites>
8
<testsuite name="Feature">
9
<directory suffix="Test.php">./tests/Feature</directory>
10
- </testsuite>
11
- <testsuite name="82-up">
12
<file>./tests/IntersectionTypeTest.php</file>
13
</testsuite>
14
</testsuites>
0 commit comments