Skip to content

Commit 6214ed0

Browse files
committed
drop unused dependency on coveralls
1 parent d72977b commit 6214ed0

File tree

2 files changed

+60
-999
lines changed

2 files changed

+60
-999
lines changed

generator/composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
"ext-simplexml": "*",
1313
"ext-json": "*",
1414
"phpstan/phpstan": "^1",
15-
"symfony/console": "^6",
16-
"symfony/process": "^6",
17-
"symfony/finder": "^6"
15+
"symfony/console": "^7",
16+
"symfony/process": "^7",
17+
"symfony/finder": "^7"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^12",
2121
"squizlabs/php_codesniffer": "^3.2",
22-
"php-coveralls/php-coveralls": "^2.1",
2322
"php-parallel-lint/php-parallel-lint": "^1.4"
2423
},
2524
"scripts": {

0 commit comments

Comments
 (0)