Skip to content

Commit f1aa8ee

Browse files
xabbuhNyholm
authored andcommitted
drop support for unmaintained Symfony versions (#24)
1 parent 52a5ebb commit f1aa8ee

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,20 @@ matrix:
2222
- php: 7.2
2323
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
2424
- php: 5.5
25+
dist: precise
2526
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
2627

2728
- php: 7.1
2829
env: COVERAGE=true TEST_COMMAND="composer test-ci"
2930

3031
# Test the latest stable release
3132
- php: 5.5
33+
dist: precise
3234
- php: 5.6
35+
dist: precise
3336
- php: 7.0
3437
- php: 7.2
3538
dist: trusty
36-
- php: 7.1
37-
env: DEPENDENCIES="dunglas/symfony-lock:^2"
3839
- php: 7.1
3940
env: DEPENDENCIES="dunglas/symfony-lock:^3"
4041
- php: 7.1

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"require": {
1313
"php": "^5.5 || ^7.0",
14-
"symfony/dependency-injection": "^2.3 || ^3.0 || ^4.0",
15-
"symfony/framework-bundle": "^2.3 || ^3.0 || ^4.0",
16-
"symfony/http-kernel": "^2.3 || ^3.0 || ^4.0",
17-
"symfony/yaml": "^2.3 || ^3.0 || ^4.0"
14+
"symfony/dependency-injection": "^3.4 || ^4.3",
15+
"symfony/framework-bundle": "^3.4 || ^4.3",
16+
"symfony/http-kernel": "^3.4 || ^4.3",
17+
"symfony/yaml": "^3.4 || ^4.3"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.2"

0 commit comments

Comments
 (0)