Skip to content

Commit 664934b

Browse files
authored
Merge pull request #14 from takeit/php72_issue
drop php <=7.0 and SF <=3.4
2 parents 04f94e6 + 528465c commit 664934b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
6-
- 7.0
74
- 7.1
85
- 7.2
6+
- 7.3
97
- nightly
108

119
sudo: false

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.5.9|^7.0",
15+
"php": "^7.1",
1616
"lullabot/amp": "1.1.*",
17-
"symfony/framework-bundle": "^3.0|^4.1",
18-
"symfony/twig-bundle": "^3.0|^4.1"
17+
"symfony/framework-bundle": "^3.4 || ^4.1",
18+
"symfony/twig-bundle": "^3.4 || ^4.1"
1919
},
2020
"require-dev": {
21-
"phpspec/phpspec": "^2.4"
21+
"phpspec/phpspec": "^5.1",
22+
"sebastian/comparator": "^3.0"
2223
},
2324
"autoload": {
2425
"exclude-from-classmap": [

0 commit comments

Comments
 (0)