Skip to content
This repository was archived by the owner on Nov 16, 2021. It is now read-only.

Commit 9c61aa3

Browse files
authored
Move infrastructure packages into dev dependencies (#662)
1 parent 0e4c609 commit 9c61aa3

File tree

4 files changed

+141
-133
lines changed

4 files changed

+141
-133
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
global:
1717
- ORCA_SUT_NAME=acquia/lightning
1818
- ORCA_SUT_BRANCH=8.x-4.x
19-
- ORCA_VERSION=lightning
19+
- ORCA_VERSION=master
2020
- ORCA_PACKAGES_CONFIG_ALTER=../lightning/tests/packages_alter.yml
2121
- ORCA_FIXTURE_PROFILE=lightning
2222
- ORCA_TELEMETRY_ENABLE=TRUE

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,21 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"ext-dom": "*",
8-
"cweagans/composer-patches": "^1.6.4",
9-
"drupal-composer/drupal-scaffold": "^2.0.0",
108
"drupal/core": "~8.8.0",
119
"drupal/lightning_api": "^4.4",
1210
"drupal/lightning_core": "^5.0",
1311
"drupal/lightning_layout": "^2.4",
1412
"drupal/lightning_media": "^3.14",
15-
"drupal/lightning_workflow": "^3.14",
16-
"oomphinc/composer-installers-extender": "^1.1"
13+
"drupal/lightning_workflow": "^3.14"
1714
},
1815
"require-dev": {
16+
"drupal-composer/drupal-scaffold": "^2.0.0",
1917
"drupal/drupal-extension": "^3.4",
2018
"drupal/facets": "^1.2",
2119
"drupal/media_entity_generic": "1.x-dev",
2220
"drupal/schema_metatag": "^1.3",
2321
"drush/drush": "^9.7",
22+
"oomphinc/composer-installers-extender": "^1.1",
2423
"vijaycs85/drupal-quality-checker": "^1.2",
2524
"webflo/drupal-core-require-dev": "*",
2625
"weitzman/drupal-test-traits": "^1.3"

0 commit comments

Comments
 (0)