We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e8206 commit f4dbd6eCopy full SHA for f4dbd6e
composer.json
@@ -26,15 +26,15 @@
26
"require": {
27
"php": "^8.2",
28
"ext-json": "*",
29
- "twig/twig": "3.8.0",
30
- "webmozart/assert": "1.11.0",
31
- "opis/json-schema": "2.3.0"
+ "twig/twig": "^3.5",
+ "webmozart/assert": "^1.11",
+ "opis/json-schema": "^2.3"
32
},
33
"require-dev": {
34
- "symfony/var-dumper": "6.3.8",
35
- "squizlabs/php_codesniffer": "3.7.2",
36
- "phpstan/phpstan": "1.10.44",
37
- "phpunit/phpunit": "10.4.2"
+ "symfony/var-dumper": "^6.2",
+ "squizlabs/php_codesniffer": "^3.7",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^10.1"
38
39
"minimum-stability" : "stable"
40
}
renovate.json
0 commit comments