diff --git a/.platform/varnish.vcl b/.platform/varnish.vcl index 3a1ce4fcae..c374c096a9 100644 --- a/.platform/varnish.vcl +++ b/.platform/varnish.vcl @@ -3,7 +3,7 @@ // - Varnish xkey vmod (via varnish-modules package 0.10.2 or higher, or via Varnish Plus) // - eZ Platform 3.x or higher with ezplatform-http-cache (this) bundle // -// WARNING: Not for us with Fastly, see documentation for where to find dedicated Fastly VCL. +// WARNING: Not for us with Fastly, see documentation for where to find dedicated Fastly VCL. // Not applicable on Platform.sh: //vcl 4.0; diff --git a/composer.json b/composer.json index e2e1ba7340..629ea4243b 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,6 @@ "php-http/guzzle6-adapter": "^2.0", "platformsh/symfonyflex-bridge": "^2.2", "sensio/framework-extra-bundle": "^5.6", - "sensiolabs/security-checker": "^6.0", "symfony/asset": "^5.2.1", "symfony/cache": "^5.2.1", "symfony/console": "^5.2.1", @@ -121,12 +120,10 @@ "ezplatform:encore:compile": "symfony-cmd" }, "post-install-cmd": [ - "@auto-scripts", - "@php bin/security-checker security:check || true" + "@auto-scripts" ], "post-update-cmd": [ - "@auto-scripts", - "@php bin/security-checker security:check || true" + "@auto-scripts" ], "ezplatform-install": [ "@php bin/console --ansi ezplatform:install clean",