Skip to content

Commit

Permalink
No customiser in scaffold.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Apr 11, 2024
1 parent 0f2f5d1 commit 3da564c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions scaffold/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
}
],
"repositories": [
{
"type": "path",
"url": "../../customizer",
"options": {
"symlink": false
}
},
{
"type": "path",
"url": "../../scaffold",
Expand Down Expand Up @@ -42,7 +35,6 @@
"require-dev": {
"composer/composer": "^2.7",
"dealerdirect/phpcodesniffer-composer-installer": "^1",
"drevops/customizer": "@dev",
"drupal/coder": "^8.3",
"helmich/phpunit-json-assert": "^3.5",
"mikey179/vfsstream": "^1.6",
Expand Down Expand Up @@ -95,8 +87,7 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"drevops/customizer": true
"drupal/core-composer-scaffold": true
}
},
"scripts": {
Expand Down

0 comments on commit 3da564c

Please sign in to comment.