Skip to content

Commit 5c3b3cd

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 5a404b8 commit 5c3b3cd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727
},
2828
"require-dev": {
2929
"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"
30+
"orchestra/testbench": "^8.36|^9.15|^10.8",
31+
"phpstan/phpstan": "^1.10"
3332
},
3433
"autoload": {
3534
"psr-4": {

phpunit.xml.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<testsuites>
88
<testsuite name="Feature">
99
<directory suffix="Test.php">./tests/Feature</directory>
10-
</testsuite>
11-
<testsuite name="82-up">
1210
<file>./tests/IntersectionTypeTest.php</file>
1311
</testsuite>
1412
</testsuites>

0 commit comments

Comments
 (0)