We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc8a44 commit 2456ef4Copy full SHA for 2456ef4
.travis.yml
@@ -38,7 +38,7 @@ script:
38
# this checks that the XLIFF translations contain no syntax errors
39
- ./bin/console lint:xliff translations
40
# this checks that the application doesn't use dependencies with known security vulnerabilities
41
- - ./bin/console security:check --end-point=http://security.sensiolabs.org/check_lock
+ - ./bin/console security:check --end-point=http://security.symfony.com/check_lock
42
# this checks that the composer.json and composer.lock files are valid
43
- composer validate --strict
44
# this checks that Doctrine's mapping configurations are valid
0 commit comments