Skip to content

Commit

Permalink
Normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jfauske committed Aug 12, 2024
1 parent ddf7b70 commit f29563c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
"role": ""
}
],
"repositories": {
"private-packagist": {
"type": "composer",
"url": "https://repo.packagist.com/ramsalt/"
},
"packagist.org": false
},
"require": {
"php": ">=8.3",
"composer/installers": "^2.1",
Expand All @@ -40,6 +33,13 @@
"conflict": {
"drupal/drupal": "*"
},
"repositories": {
"private-packagist": {
"type": "composer",
"url": "https://repo.packagist.com/ramsalt/"
},
"packagist.org": false
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
Expand All @@ -51,9 +51,6 @@
]
},
"config": {
"platform":{
"php": "8.3"
},
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
Expand All @@ -65,6 +62,9 @@
"phpstan/extension-installer": true
},
"discard-changes": true,
"platform": {
"php": "8.3"
},
"sort-packages": true
},
"extra": {
Expand All @@ -75,18 +75,19 @@
],
"file-mapping": {
"[project-root]/.gitignore": false,
"[web-root]/INSTALL.txt": false,
"[web-root]/README.txt": false,
"[web-root]/sites/development.services.yml": {
"mode": "replace",
"path": "web/core/assets/scaffold/files/development.services.yml",
"overwrite": false
},
"[web-root]/INSTALL.txt": false,
"[web-root]/README.txt": false
"overwrite": false,
"path": "web/core/assets/scaffold/files/development.services.yml"
}
},
"locations": {
"web-root": "web/"
}
},
"enable-patching": true,
"installer-paths": {
"web/core": [
"type:drupal-core"
Expand Down Expand Up @@ -133,7 +134,6 @@
"patchLevel": {
"drupal/core": "-p2"
},
"enable-patching": true,
"patches-file": "composer.patches.json"
},
"scripts": {
Expand Down

0 comments on commit f29563c

Please sign in to comment.