Skip to content

Commit 31b81cb

Browse files
robaksGuilhemN
authored andcommitted
Support for Symfony5 (#117)
* Support for Symfony5 * fix required php versions * fix travis php5.5 * Composer dropped support for HHVM
1 parent 49955df commit 31b81cb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: php
2-
2+
dist: trusty
33
php:
44
- 5.5
55
- 5.6
66
- 7.0
77
- 7.1
88
- 7.2
9-
- hhvm
109

1110
install:
1211
- composer install

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818

1919
"require": {
20-
"php": "^5.5.9|>=7.0.8",
21-
"symfony/http-foundation": "~3.0|~4.0"
20+
"php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
21+
"symfony/http-foundation": "~3.0|~4.0|~5.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^4.8 || ^5.0"

0 commit comments

Comments
 (0)