Skip to content

Commit 191ee21

Browse files
committed
drop old versions
1 parent 023d3da commit 191ee21

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.travis.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
6+
- 7.3
77
- nightly
88

99
cache:
@@ -13,12 +13,10 @@ cache:
1313
matrix:
1414
fast_finish: true
1515
include:
16-
- php: 7.0
17-
env: SYMFONY_VERSION=2.8.* COMPOSER_FLAGS="--prefer-lowest"
1816
- php: 7.1
19-
env: SYMFONY_VERSION=3.3.* SYMFONY_DEPRECATIONS_HELPER=strict
20-
- php: nightly
21-
env: SYMFONY_VERSION=3.4.* SYMFONY_DEPRECATIONS_HELPER=strict DEPENDENCIES=dev COMPOSER_FLAGS="--prefer-stable"
17+
env: SYMFONY_VERSION=3.4.* SYMFONY_DEPRECATIONS_HELPER=strict
18+
- php: 7.3
19+
env: SYMFONY_VERSION=4.2.* SYMFONY_DEPRECATIONS_HELPER=strict DEPENDENCIES=dev COMPOSER_FLAGS="--prefer-stable"
2220
allow_failures:
2321
- php: nightly
2422

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.0",
15+
"php": "^7.1",
1616
"opensoft/doctrine-postgres-types": "^1.2",
17-
"symfony/config": "^2.8.18 || ^3.3 || ^4.0",
18-
"symfony/dependency-injection": "^2.8.18 || ^3.3 || ^4.0",
19-
"symfony/http-kernel": "^2.8.18 || ^3.3 || ^4.0"
17+
"symfony/config": "^3.4 || ^4.1",
18+
"symfony/dependency-injection": "^3.4 || ^4.1",
19+
"symfony/http-kernel": "^3.4 || ^4.1"
2020
},
2121
"require-dev":{
22-
"phpunit/phpunit": "^6.0"
22+
"phpunit/phpunit": "^6.0 || ^7.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)