Run some linters on TravisCI to ensure basic integrity of files.

This commit is contained in:
Jan Böhmer 2019-11-21 22:27:17 +01:00
parent 50a173d57c
commit 26fe946de3
5 changed files with 80 additions and 2 deletions

View file

@ -307,6 +307,18 @@
"./config/packages/sensio_framework_extra.yaml"
]
},
"sensiolabs/security-checker": {
"version": "4.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.0",
"ref": "160c9b600564faa1224e8f387d49ef13ceb8b793"
},
"files": [
"./config/packages/security_checker.yaml"
]
},
"shivas/versioning-bundle": {
"version": "3.1.3"
},