Skip to content

Commit aa5c2b9

Browse files
committed
upgrade dependencies
1 parent 48d308c commit aa5c2b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"php": ">=8.1",
2424
"guzzlehttp/guzzle": "^7.7",
2525
"illuminate/support": "^9 || ^10 || ^11",
26-
"nesbot/carbon": "^2.68",
26+
"nesbot/carbon": "^2.68 || ^3.0",
2727
"illuminate/collections": "^9 || ^10 || ^11"
2828
},
2929
"require-dev": {
3030
"phpstan/phpstan": "^1.10",
3131
"phpunit/phpunit": "^10",
3232
"squizlabs/php_codesniffer": "^3.7",
33-
"ergebnis/php-cs-fixer-config": "^5.12",
33+
"ergebnis/php-cs-fixer-config": "^5.12 || ^6.0",
3434
"twig/twig": "^3.7"
3535
},
3636
"scripts": {

0 commit comments

Comments
 (0)