Skip to content

Commit

Permalink
Run composer validate in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
convenient committed Nov 4, 2022
1 parent 3277c12 commit 2566f47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_install:

install:
- composer self-update --2
- composer validate
- composer install
# Run static analysis tests before trying to install the modules in magento
- vendor/bin/php-cs-fixer fix --diff --dry-run
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"classmap": ["src/"],
"files": ["src/functions.php"]
},
"license": "LGPL-3.0-only",
"require-dev": {
"phpunit/phpunit": "^8.5|^9.5",
"friendsofphp/php-cs-fixer": "^3.0"
Expand Down
5 changes: 3 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2566f47

Please sign in to comment.