Skip to content

Commit

Permalink
Merge pull request #66 from greg0ire/validate-composer-json
Browse files Browse the repository at this point in the history
Make sure Composer files are valid
  • Loading branch information
alcaeus committed Feb 10, 2020
2 parents 00070db + 5a76dee commit 0660999
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 363 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
- travis_retry composer self-update

install:
- composer validate --strict
- rm composer.lock
- travis_retry composer update --prefer-dist

Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"homepage": "http://ocramius.github.com/"
}
],
"config": {
"platform": {
"php": "7.1.27"
}
},
"require": {
"php": "^7.1"
},
Expand Down
Loading

0 comments on commit 0660999

Please sign in to comment.