Skip to content

Commit 48853ee

Browse files
Added PHPUnit 12 support
1 parent 3e21a1f commit 48853ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"require-dev": {
4242
"nesbot/carbon": "^2.62 || ^3.0",
4343
"orchestra/testbench": "^9.0 || ^10.0",
44-
"phpunit/phpunit": "^11.0"
44+
"phpunit/phpunit": "^11.0 || ^12.0"
4545
},
4646
"conflict": {
4747
"andrey-helldar/cache": "*"
@@ -76,8 +76,6 @@
7676
}
7777
},
7878
"scripts": {
79-
"test": [
80-
"php vendor/bin/phpunit"
81-
]
79+
"test": "php vendor/bin/phpunit"
8280
}
8381
}

0 commit comments

Comments
 (0)