bug #58 Add support for PHP 7.3 (pamil)

This PR was merged into the 2.0 branch.

Discussion
----------



Commits
-------

933f091bee Add support for PHP 7.3
This commit is contained in:
Kamil Kokot
2019-01-30 17:21:52 +01:00
committed by GitHub

View File

@@ -3,6 +3,7 @@ language: php
php: php:
- 7.1 - 7.1
- 7.2 - 7.2
- 7.3
env: env:
- SYMFONY_VERSION=3.4.* - SYMFONY_VERSION=3.4.*