Skip to content

Commit

Permalink
Change PHP version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Partyschaum committed Aug 23, 2017
1 parent 22e17e4 commit 15f784e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: php
php:
- 5.3
- 5.4
- 5.6
- 7.1
before_install:
- composer install
script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["data-structure", "map", "vector"],
"homepage": "https://github.com/Jimdo/jimphle-data-structure",
"require": {
"php": ">=5.3.0"
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
Expand Down

0 comments on commit 15f784e

Please sign in to comment.