This commit is contained in:
Maximilian Ruta 2019-06-25 15:43:01 +02:00
parent e516e8d515
commit d11a760777
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
language: php
php:
- '7.1'
- '7.2'
- nightly

View file

@ -11,7 +11,7 @@
],
"require": {
"ext-yaml": "*",
"php": ">=7.1",
"php": ">=7.2",
"jms/serializer": "^3.0",
"psr/cache": "^1.0"
},