Skip to content

Commit

Permalink
Drop support for PHP versions earlier than 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Jan 3, 2019
1 parent 8e99c3f commit 7d4b33a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ branches:
- master
matrix:
include:
- php: 5.3
env: SYMFONY_VERSION=2.8.*
- php: 7.0
env: SYMFONY_VERSION=2.3.*
- php: 7.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.3.2",
"php": ">=5.6",
"symfony/browser-kit": ">=2.3 <5.0",
"symfony/config": ">=2.3 <5.0",
"symfony/dependency-injection": ">=2.3 <5.0",
Expand Down

0 comments on commit 7d4b33a

Please sign in to comment.