We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3738ce + c024148 commit c997c21Copy full SHA for c997c21
composer.json
@@ -21,7 +21,8 @@
21
"ptlis/diff-parser": "^1.1.0",
22
"symfony/console": "^6.4",
23
"symfony/polyfill-php83": "^1.31",
24
- "symfony/polyfill-uuid": "^1.31.0"
+ "symfony/polyfill-uuid": "^1.31.0",
25
+ "webmozart/assert": "^1.11.0"
26
},
27
"require-dev": {
28
"nyholm/symfony-bundle-test": "^3.0",
@@ -31,8 +32,7 @@
31
32
"rregeer/phpunit-coverage-check": "^0.3.1",
33
"squizlabs/php_codesniffer": "^3.10.3",
34
"symfony/framework-bundle": "^6.4",
- "symfony/var-dumper": "^6.4",
35
- "webmozart/assert": "^1.11.0"
+ "symfony/var-dumper": "^6.4"
36
37
"autoload": {
38
"psr-4": {
0 commit comments