Skip to content

Commit 0913714

Browse files
committed
fix test
1 parent 3e20cb2 commit 0913714

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cache:
99
php:
1010
- 7.4
1111

12-
1312
matrix:
13+
include:
1414
- php: 7.4
1515
env: SYMFONY_VERSION=5.1.x
1616
fast_finish: true

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"twig/twig": "^2.0|^3.0"
2727
},
2828
"require-dev": {
29-
"symfony/phpunit-bridge": "^2.7 || ^3.0",
30-
"phpunit/phpunit": "~4.8 || ~5.0"
29+
"symfony/phpunit-bridge": "^5.1"
3130
},
3231
"autoload": {
3332
"psr-0": { "BCC\\CronManagerBundle": "" }

0 commit comments

Comments
 (0)