We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d308c commit aa5c2b9Copy full SHA for aa5c2b9
composer.json
@@ -23,14 +23,14 @@
23
"php": ">=8.1",
24
"guzzlehttp/guzzle": "^7.7",
25
"illuminate/support": "^9 || ^10 || ^11",
26
- "nesbot/carbon": "^2.68",
+ "nesbot/carbon": "^2.68 || ^3.0",
27
"illuminate/collections": "^9 || ^10 || ^11"
28
},
29
"require-dev": {
30
"phpstan/phpstan": "^1.10",
31
"phpunit/phpunit": "^10",
32
"squizlabs/php_codesniffer": "^3.7",
33
- "ergebnis/php-cs-fixer-config": "^5.12",
+ "ergebnis/php-cs-fixer-config": "^5.12 || ^6.0",
34
"twig/twig": "^3.7"
35
36
"scripts": {
0 commit comments