Skip to content

Commit e18627b

Browse files
Merge branch '5.0' of github.com:darkwebdesign/symfony-addon-pack into ISSUE-189
2 parents 3936274 + 54ff09c commit e18627b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ env:
55
language: 'php'
66

77
php:
8-
- '7.1'
98
- '7.2'
109
- '7.3'
1110
- '7.4'
@@ -19,7 +18,7 @@ before_script:
1918
- './cc-test-reporter before-build'
2019

2120
script:
22-
- 'vendor/bin/phpunit'
21+
- 'XDEBUG_MODE=coverage vendor/bin/phpunit'
2322

2423
after_success:
2524
- 'bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
{"name": "Raymond Schouten"}
1010
],
1111
"require": {
12+
"php": ">=7.2.5",
1213
"doctrine/common": "^2.4",
1314
"doctrine/orm": "^2.4",
14-
"php": ">=7.1.3",
1515
"symfony/form": "5.0.*"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)