Skip to content

Commit

Permalink
Merge 9d3a795 into 172a023
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Dec 22, 2015
2 parents 172a023 + 9d3a795 commit 0f46b7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: php
php:
- 5.5
- 5.6
- 7.0
before_script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"preferred-install": "source"
},
"require": {
"php": "^5.6|^7.0",
"php": "^5.5|^5.6|^7.0",
"jakub-onderka/php-parallel-lint": "~0.8"
},
"require-dev": {
"consistence/coding-standard": "^0.8",
"phing/phing": "^2.9",
"phpunit/phpunit": "^5.0",
"phpunit/phpunit": "^4.0",
"satooshi/php-coveralls": "dev-master",
"squizlabs/php_codesniffer": "2.5.0 as 2.3.4"
},
Expand Down

0 comments on commit 0f46b7e

Please sign in to comment.