Skip to content

Commit aa2e1bd

Browse files
committed
Update composer dependencies
Replace "bigoen/carbon-bundle" with "nesbot/carbon" in composer.json. This change ensures compatibility with the latest PHP and Symfony versions while maintaining the necessary functionality.
1 parent 3ac2247 commit aa2e1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"require": {
1414
"php": ">=8.2",
15-
"bigoen/carbon-bundle": "dev-master",
1615
"doctrine/doctrine-bundle": "^2.0",
16+
"nesbot/carbon": "^2.72",
1717
"symfony/http-client": "^6.0|^7.0",
1818
"symfony/string": "^6.0|^7.0",
1919
"symfony/validator": "^6.0|^7.0"

0 commit comments

Comments
 (0)