Skip to content
Snippets Groups Projects
Commit 2c2a448e authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3217858: Support PHP7.4 for Varbase ~9.0 and all used components with automated testing

parent 6ec0c3f0
No related branches found
No related tags found
No related merge requests found
...@@ -141,6 +141,7 @@ commands: ...@@ -141,6 +141,7 @@ commands:
composer create-project vardot/varbase-project:9.0.x-dev varbase --stability dev --no-interaction composer create-project vardot/varbase-project:9.0.x-dev varbase --stability dev --no-interaction
sudo chmod 777 -R /var/www/html/varbase sudo chmod 777 -R /var/www/html/varbase
cd /var/www/html/varbase cd /var/www/html/varbase
composer require "drupal/core-dev:~9.0" "drush/drush:~10.0" "drupal/drupal-extension:~4.0" "emuse/behat-html-formatter:^0.2.0"
cp -r /var/www/html/varbase-profile/.circleci /var/www/html/varbase/.circleci cp -r /var/www/html/varbase-profile/.circleci /var/www/html/varbase/.circleci
## Update PATH to point at the composer bin in the project. ## Update PATH to point at the composer bin in the project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment