From 5c6d7e2391bcbf7e0366772185126c61addb6eae Mon Sep 17 00:00:00 2001
From: Paul Partington
Date: Thu, 27 Apr 2017 12:26:54 +0100
Subject: [PATCH] Add Zend Framework into the Composer file.
---
Test/Integration/setup-magento.sh | 1 -
composer.json | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Test/Integration/setup-magento.sh b/Test/Integration/setup-magento.sh
index c4262c9..31e35da 100755
--- a/Test/Integration/setup-magento.sh
+++ b/Test/Integration/setup-magento.sh
@@ -18,7 +18,6 @@ cd magento2
git checkout tags/2.1.0 -b 2.1.0
composer require ctidigital/magento2-configurator
-composer require magento/zendframework1 ~1.12.16
composer install
php bin/magento setup:install --admin-email "test@test.com" --admin-firstname "CTI" --admin-lastname "Test" --admin-password "password123" --admin-user "admin" --backend-frontname admin --base-url "http://configurator.dev" --db-host 127.0.0.1 --db-name configurator --db-user root --session-save files --use-rewrites 1 --use-secure 0 -vvv
diff --git a/composer.json b/composer.json
index 44efd83..a5c42e8 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,8 @@
"php": "~5.6.0|~7.0.0",
"symfony/yaml": ">2.8.0",
"magento/framework": ">=100.1.0",
- "firegento/fastsimpleimport": "1.0.0"
+ "firegento/fastsimpleimport": "1.0.0",
+ "magento/zendframework1": "~1.12.16"
},
"require-dev": {
"phpmd/phpmd": "@stable",