Skip to content

Commit

Permalink
Bump PHP requirement to 5.6. (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Jun 15, 2016
1 parent e2cfeaa commit 91c7f38
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 94 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"irc": "irc://irc.freenode.net/imbo"
},
"require": {
"php": ">=5.4.0",
"php": ">=5.6.0",
"ext-imagick": ">=3.0.1",
"symfony/http-foundation": "~2.7.3",
"symfony/console": "~2.7.3",
Expand Down

0 comments on commit 91c7f38

Please sign in to comment.