Skip to content

Commit

Permalink
Add Zend Framework into the Composer file.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpartington-cti committed Apr 27, 2017
1 parent 67fbe28 commit 5c6d7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Test/Integration/setup-magento.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]" --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
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5c6d7e2

Please sign in to comment.