Skip to content

Commit 827a19a

Browse files
authored
Removed stale Drupal scaffold exclusions from 'composer.json'. (#2448)
1 parent 2fb7627 commit 827a19a

5 files changed

Lines changed: 7 additions & 15 deletions

File tree

.vortex/installer/tests/Fixtures/handler_process/_baseline/composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,21 +110,17 @@
110110
"[project-root]/.editorconfig": false,
111111
"[project-root]/.gitattributes": false,
112112
"[web-root]/.csslintrc": false,
113-
"[web-root]/.editorconfig": false,
114113
"[web-root]/.eslintignore": false,
115114
"[web-root]/.eslintrc.json": false,
116-
"[web-root]/.gitattributes": false,
117115
"[web-root]/.ht.router.php": false,
118116
"[web-root]/.htaccess": false,
119117
"[web-root]/INSTALL.txt": false,
120118
"[web-root]/README.md": false,
121-
"[web-root]/README.txt": false,
122119
"[web-root]/example.gitignore": false,
123120
"[web-root]/robots.txt": false,
124121
"[web-root]/sites/example.settings.local.php": false,
125122
"[web-root]/sites/example.sites.php": false,
126-
"[web-root]/update.php": false,
127-
"[web-root]/web.config": false
123+
"[web-root]/update.php": false
128124
},
129125
"locations": {
130126
"web-root": "web/"

.vortex/installer/tests/Fixtures/handler_process/hosting_acquia/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@@ -127,38 +127,38 @@
2-
"[web-root]/web.config": false
1+
@@ -123,38 +123,38 @@
2+
"[web-root]/update.php": false
33
},
44
"locations": {
55
- "web-root": "web/"

.vortex/installer/tests/Fixtures/handler_process/hosting_project_name___acquia/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@@ -127,38 +127,38 @@
2-
"[web-root]/web.config": false
1+
@@ -123,38 +123,38 @@
2+
"[web-root]/update.php": false
33
},
44
"locations": {
55
- "web-root": "web/"

.vortex/installer/tests/Fixtures/handler_process/starter_drupal_cms_profile/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"audit": {
4141
"abandoned": "report",
42-
@@ -168,7 +175,20 @@
42+
@@ -164,7 +171,20 @@
4343
"patchLevel": {
4444
"drupal/core": "-p2"
4545
},

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,21 +112,17 @@
112112
"[project-root]/.editorconfig": false,
113113
"[project-root]/.gitattributes": false,
114114
"[web-root]/.csslintrc": false,
115-
"[web-root]/.editorconfig": false,
116115
"[web-root]/.eslintignore": false,
117116
"[web-root]/.eslintrc.json": false,
118-
"[web-root]/.gitattributes": false,
119117
"[web-root]/.ht.router.php": false,
120118
"[web-root]/.htaccess": false,
121119
"[web-root]/INSTALL.txt": false,
122120
"[web-root]/README.md": false,
123-
"[web-root]/README.txt": false,
124121
"[web-root]/example.gitignore": false,
125122
"[web-root]/robots.txt": false,
126123
"[web-root]/sites/example.settings.local.php": false,
127124
"[web-root]/sites/example.sites.php": false,
128-
"[web-root]/update.php": false,
129-
"[web-root]/web.config": false
125+
"[web-root]/update.php": false
130126
},
131127
"locations": {
132128
"web-root": "web/"

0 commit comments

Comments
 (0)