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.
1 parent d72977b commit 6214ed0Copy full SHA for 6214ed0
generator/composer.json
@@ -12,14 +12,13 @@
12
"ext-simplexml": "*",
13
"ext-json": "*",
14
"phpstan/phpstan": "^1",
15
- "symfony/console": "^6",
16
- "symfony/process": "^6",
17
- "symfony/finder": "^6"
+ "symfony/console": "^7",
+ "symfony/process": "^7",
+ "symfony/finder": "^7"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "^12",
21
"squizlabs/php_codesniffer": "^3.2",
22
- "php-coveralls/php-coveralls": "^2.1",
23
"php-parallel-lint/php-parallel-lint": "^1.4"
24
25
"scripts": {
0 commit comments