Skip to content

Commit

Permalink
Merge pull request #26 from robmachado/master
Browse files Browse the repository at this point in the history
[UPD] composer.json ONLY PHP >= 7.0
  • Loading branch information
robmachado committed Dec 14, 2017
2 parents 6d071a7 + 055c8ac commit fe6ddd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,9 +1,9 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.1
- 7.2

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php" : "~5.6|~7.0",
"php" : ">=7.0",
"nfephp-org/sped-common" : "^5.0",
"justinrainbow/json-schema": "^5.2",
"symfony/yaml": "^3.3"
Expand Down

0 comments on commit fe6ddd5

Please sign in to comment.