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 916ac90 commit 4ea6ef3Copy full SHA for 4ea6ef3
.travis.yml
@@ -14,13 +14,12 @@ matrix:
14
env: SYMFONY_VERSION=4.4.*
15
- php: 7.3
16
17
- - php: 7.4snapshot
+ - php: 7.4
18
19
- php: nightly
20
21
22
allow_failures:
23
24
25
26
branches:
composer.json
@@ -27,7 +27,7 @@
27
},
28
"require-dev": {
29
"ext-pcntl": "*",
30
- "phpunit/phpunit": "^5.7",
+ "phpunit/phpunit": "^7.5",
31
"php-coveralls/php-coveralls": "^2.0",
32
"doctrine/doctrine-fixtures-bundle": "^3.0.0",
33
"liip/functional-test-bundle": "^3.2",
0 commit comments