Commit 047b1e3
committed
minor #653 Add validation of the composer files on Travis (stof, javiereguiluz)
This PR was merged into the master branch.
Discussion
----------
Add validation of the composer files on Travis
This performs validation of the composer metadata to ensure they are valid:
- composer.json does not contain any error
- composer.json does not trigger any warning (thanks to the strict mode)
- composer.lock is uptodate
Commits
-------
5deb547 Minor change to make things consistent
2493692 Update lock file for the move of deps to dev deps
99246aa Add validation of the composer files on Travis2 files changed
+169
-167
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments