Skip to content

Commit

Permalink
bump min version to PHP 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 15, 2015
1 parent f15209b commit e5bdc26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{ "name": "Tomáš Votruba", "email": "[email protected]", "homepage": "http://tomasvotruba.cz" }
],
"require": {
"php": ">=5.4",
"php": ">=5.5",
"squizlabs/php_codesniffer": "2.3.*"
},
"autoload": {
Expand Down

0 comments on commit e5bdc26

Please sign in to comment.