Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #554 from EmanueleMinotto/composer-best-practice
Browse files Browse the repository at this point in the history
Use Composer safe versions
  • Loading branch information
SammyK committed May 18, 2016
2 parents 2c14499 + 6727ffa commit bed3257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ install:
script:
- vendor/bin/phpcs src --standard=psr2 -spn
- vendor/bin/phpunit --coverage-text --exclude-group integration

matrix:
allow_failures:
- php: 7.0
fast_finish: true
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.4.0"
"php": "^5.4|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit bed3257

Please sign in to comment.