Skip to content

Commit

Permalink
Base version constraints around Alice's
Browse files Browse the repository at this point in the history
It's kind of unfortunate that Alice dropped support for < 7.1, since this library actually fully supports it, but since Alice is required to test this library there isn't a whole lot that can easily be done.
  • Loading branch information
trappar committed Apr 10, 2018
1 parent a890b47 commit 6135b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
Expand All @@ -12,9 +10,7 @@ matrix:
fast_finish: true
include:
- php: '7.1'
env: YAML_VERSION="~2.3.0"
- php: '7.1'
env: YAML_VERSION="~2.7.0"
env: YAML_VERSION="^2.8"
- php: '7.1'
env: YAML_VERSION="^3.0"
- php: '7.1'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
}
],
"require": {
"php": "^5.6||^7.0",
"symfony/yaml": "^2.3||^3.0|^4.0",
"php": "^7.1",
"symfony/yaml": "^2.8||^3.0|^4.0",
"doctrine/common": "^2.6",
"jms/metadata": "^1.5"
},
Expand Down

0 comments on commit 6135b89

Please sign in to comment.