Skip to content

Commit 12c2477

Browse files
committed
Fix
1 parent 3de7009 commit 12c2477

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/CI.yml

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
~/.composer
7575
./vendor
7676
${{ env.CODACY_CACHE_PATH }}
77-
build/behat-code-coverage-cache
7877
# Clear the cache if composer json (as composer.lock is in the repo) has been updated
7978
key: tests-${{ matrix.php-version }}-${{ matrix.symfony-version }}-${{ matrix.composer-flag }}-${{ hashFiles('composer.json') }}
8079

composer.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,16 @@
4242
},
4343
"require-dev": {
4444
"behat/behat": "^3.9.0",
45-
"squizlabs/php_codesniffer": "^3.5",
46-
"phpunit/phpunit": "^8.0 || ^9.0",
47-
"phpunit/php-code-coverage": "^9.2.4",
48-
"matthiasnoback/symfony-dependency-injection-test": "^3.0 || ^4.0",
45+
"dvdoug/behat-code-coverage": "^5.0",
4946
"matthiasnoback/symfony-config-test": "^3.0 || ^4.0",
50-
"symfony/framework-bundle": "^4.4 || ^5.4",
51-
"yoanm/php-unit-extended": "^2.0",
47+
"matthiasnoback/symfony-dependency-injection-test": "^3.0 || ^4.0",
5248
"phpspec/prophecy-phpunit": "^2.0",
53-
"dvdoug/behat-code-coverage": "^5.0"
49+
"phpunit/php-code-coverage": "^9.2.4",
50+
"phpunit/phpunit": "^8.0 || ^9.0",
51+
"squizlabs/php_codesniffer": "^3.5",
52+
"symfony/framework-bundle": "^4.4 || ^5.4",
53+
"symfony/routing": "^4.4 || ^5.4",
54+
"yoanm/php-unit-extended": "^2.0"
5455
},
5556
"config": {
5657
"sort-packages": true

0 commit comments

Comments
 (0)