We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04f94e6 + 528465c commit 664934bCopy full SHA for 664934b
.travis.yml
@@ -1,11 +1,9 @@
1
language: php
2
3
php:
4
- - 5.5
5
- - 5.6
6
- - 7.0
7
- 7.1
8
- 7.2
+ - 7.3
9
- nightly
10
11
sudo: false
composer.json
@@ -12,13 +12,14 @@
12
}
13
],
14
"require": {
15
- "php": ">=5.5.9|^7.0",
+ "php": "^7.1",
16
"lullabot/amp": "1.1.*",
17
- "symfony/framework-bundle": "^3.0|^4.1",
18
- "symfony/twig-bundle": "^3.0|^4.1"
+ "symfony/framework-bundle": "^3.4 || ^4.1",
+ "symfony/twig-bundle": "^3.4 || ^4.1"
19
},
20
"require-dev": {
21
- "phpspec/phpspec": "^2.4"
+ "phpspec/phpspec": "^5.1",
22
+ "sebastian/comparator": "^3.0"
23
24
"autoload": {
25
"exclude-from-classmap": [
0 commit comments