Skip to content

Commit 4ade88c

Browse files
committed
set minimum Carbon version
1 parent 26904f8 commit 4ade88c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"illuminate/routing": "^9.0|^10.0|^11.0|^12.0",
2222
"illuminate/view": "^9.0|^10.0|^11.0|^12.0",
2323
"illuminate/mail": "^9.0|^10.0|^11.0|^12.0",
24-
"doctrine/dbal": "^3.5 | ^4.0 | ^5.0"
24+
"doctrine/dbal": "^3.5 | ^4.0 | ^5.0",
25+
"nesbot/carbon": ">=2.62.1"
2526
},
2627
"require-dev": {
2728
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0"

0 commit comments

Comments
 (0)