Skip to content

Commit a3fd664

Browse files
Merge pull request #93 from TheDragonCode/4.x
Added Carbon 3 and PHPUnit 11 support
2 parents 33aad61 + 14ff564 commit a3fd664

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"illuminate/support": "^11.0"
4040
},
4141
"require-dev": {
42-
"nesbot/carbon": "^2.62",
43-
"orchestra/testbench": "^8.0 || ^9.0",
44-
"phpunit/phpunit": "^10.0"
42+
"nesbot/carbon": "^2.62 || ^3.0",
43+
"orchestra/testbench": "^9.0",
44+
"phpunit/phpunit": "^11.0"
4545
},
4646
"conflict": {
4747
"andrey-helldar/cache": "*"

0 commit comments

Comments
 (0)