We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29a9c87 + cdec46f commit 9ed9b6bCopy full SHA for 9ed9b6b
2 files changed
.travis.yml
@@ -7,11 +7,10 @@ cache:
7
- $HOME/.composer/cache
8
9
php:
10
- - 5.3
11
- - 5.4
12
- - 5.5
13
- 5.6
14
- 7.0
+ - 7.1
+ - 7.2
15
- hhvm
16
17
env:
@@ -21,7 +20,7 @@ env:
21
20
matrix:
22
fast_finish: true
23
include:
24
- - php: 5.3
+ - php: 5.6
25
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
26
27
before_install:
composer.json
@@ -4,7 +4,8 @@
4
"keywords": ["normalization", "denormalization"],
5
"license": "MIT",
6
"require": {
- "symfony/serializer": "^2.3 || ^3.0"
+ "php": "^5.6||^7.0",
+ "symfony/serializer": "^2.3 || ^3.0 || ^4.0"
},
"require-dev": {
"doctrine/common": "^2.1",
@@ -17,7 +18,7 @@
18
"psr-4": { "Fixtures\\": "spec/Fixtures/" }
19
"scripts": {
- "test": "vendor/bin/phpspec"
+ "test": "vendor/bin/phpspec run"
"extra": {
"branch-alias": {
0 commit comments