File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 74
74
~/.composer
75
75
./vendor
76
76
${{ env.CODACY_CACHE_PATH }}
77
- build/behat-code-coverage-cache
78
77
# Clear the cache if composer json (as composer.lock is in the repo) has been updated
79
78
key : tests-${{ matrix.php-version }}-${{ matrix.symfony-version }}-${{ matrix.composer-flag }}-${{ hashFiles('composer.json') }}
80
79
Original file line number Diff line number Diff line change 42
42
},
43
43
"require-dev" : {
44
44
"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" ,
49
46
"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" ,
52
48
"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"
54
55
},
55
56
"config" : {
56
57
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments