Skip to content
Snippets Groups Projects
Commit 606b6a7a 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 a30a3de7
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,14 @@ defaults: &defaults
MYSQL_DATABASE: test_varbase
MYSQL_USER: user
MYSQL_PASSWORD: passw0rd
working_directory: /var/www/html/varbase/docroot
working_directory: /var/www/html/varbase/docroot/
commands:
varbase-build:
steps:
- checkout:
path: /var/www/html/varbase
path: /var/www/html/varbase/
- attach_workspace:
at: /var/www/html/varbase/docroot/
## Setup Apache to point varbase.test at /var/www/html/varbase/docroot
- run:
name: Setup Apache to point varbase.test at /var/www/html/varbase/docroot
......
......@@ -27,7 +27,7 @@
}
},
"require": {
"composer/installers": "~1.0 || ~2.0",
"composer/installers": "~1.0 || ~2.0",
"oomphinc/composer-installers-extender": "~1.0 || ~2.0",
"cweagans/composer-patches": "~1.0",
"drupal/core-composer-scaffold": "^9",
......@@ -118,6 +118,7 @@
"docroot/libraries/slick": ["npm-asset/slick-carousel"],
"docroot/libraries/ace": ["npm-asset/ace-builds"],
"docroot/libraries/jquery-ui-touch-punch": ["bower-asset/jqueryui-touch-punch"],
"docroot/libraries/swagger-ui": ["swagger-api/swagger-ui"],
"docroot/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
......
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