Skip to content

Commit

Permalink
Merge pull request #14 from takeit/php72_issue
Browse files Browse the repository at this point in the history
drop php <=7.0 and SF <=3.4
  • Loading branch information
takeit authored Jan 17, 2019
2 parents 04f94e6 + 528465c commit 664934b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly

sudo: false
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
}
],
"require": {
"php": ">=5.5.9|^7.0",
"php": "^7.1",
"lullabot/amp": "1.1.*",
"symfony/framework-bundle": "^3.0|^4.1",
"symfony/twig-bundle": "^3.0|^4.1"
"symfony/framework-bundle": "^3.4 || ^4.1",
"symfony/twig-bundle": "^3.4 || ^4.1"
},
"require-dev": {
"phpspec/phpspec": "^2.4"
"phpspec/phpspec": "^5.1",
"sebastian/comparator": "^3.0"
},
"autoload": {
"exclude-from-classmap": [
Expand Down

0 comments on commit 664934b

Please sign in to comment.