From cc8f8ae41f95443257121c276885f8aaf6de24d9 Mon Sep 17 00:00:00 2001 From: Maxim Strukov Date: Mon, 14 Jan 2019 10:41:44 -0800 Subject: [PATCH 1/2] fixed --- .platform.app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index faf2fa1..c8adae0 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -24,7 +24,7 @@ mounts: hooks: build: | set -e - composer create-project ezsystems/ezplatform --prefer-dist --no-progress --no-interaction --no-scripts + composer create-project ezsystems/ezplatform:v2.3.2.2 --prefer-dist --no-progress --no-interaction --no-scripts curl -o tests/provisioning/wrap.php https://raw.githubusercontent.com/Plopix/symfony-bundle-app-wrapper/master/wrap-bundle.php WRAP_APP_DIR=./ezplatform WRAP_BUNDLE_DIR=./ php tests/provisioning/wrap.php cd ezplatform From 397e1298029d1c08feaf0825645ec2e7b62a3267 Mon Sep 17 00:00:00 2001 From: Maxim Strukov Date: Tue, 15 Jan 2019 13:25:26 -0800 Subject: [PATCH 2/2] fixed --- .platform.app.yaml | 2 +- composer.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.platform.app.yaml b/.platform.app.yaml index c8adae0..485a828 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -24,7 +24,7 @@ mounts: hooks: build: | set -e - composer create-project ezsystems/ezplatform:v2.3.2.2 --prefer-dist --no-progress --no-interaction --no-scripts + composer create-project ezsystems/ezplatform:dev-master --prefer-dist --no-progress --no-interaction --no-scripts curl -o tests/provisioning/wrap.php https://raw.githubusercontent.com/Plopix/symfony-bundle-app-wrapper/master/wrap-bundle.php WRAP_APP_DIR=./ezplatform WRAP_BUNDLE_DIR=./ php tests/provisioning/wrap.php cd ezplatform diff --git a/composer.json b/composer.json index f80183f..a87ea9e 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,6 @@ "ext-json": "*" }, "require-dev": { - "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.2", "phpmd/phpmd": "^2.6", "friendsofphp/php-cs-fixer": "^2.10",