Skip to content

Commit a4aa182

Browse files
committed
Enhancement: Validate composer.json on CircleCI
1 parent 69e7340 commit a4aa182

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ workflows:
1414
php-docker-template: &php-docker-template
1515
steps:
1616
- checkout
17+
- run:
18+
name: validate composer.json
19+
command: composer validate
1720
- run:
1821
name: install current dependencies
1922
command: composer install --no-progress

0 commit comments

Comments
 (0)