Skip to content

Commit

Permalink
Update docker-scaffold to latest version, update WxT to 5.2.2, export…
Browse files Browse the repository at this point in the history
… config
  • Loading branch information
smulvih2 committed May 11, 2024
1 parent 1c65941 commit 1d692f6
Show file tree
Hide file tree
Showing 13 changed files with 3,605 additions and 2,057 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2

# PHPStan's baseline uses tabs instead of spaces.
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php

# Define binary file attributes.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."
Expand Down
37 changes: 12 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,24 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"cweagans/composer-patches": "^1.6.0",
"drupal/core-composer-scaffold": "^10.0",
"drupalwxt/wxt": "5.0.x-dev",
"composer/installers": "^2.1",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "^10.2",
"drupalwxt/wxt": "5.2.2",
"drupal/backup_migrate": "^5.0",
"drupal/devel": "^5.1",
"drupal/blog": "3.1.2 as 3.0.1",
"drupal/config_ignore": "^2.4"
},
"require-dev": {
"drupal/core-dev": "^10.0",
"drupal/core-dev": "^10.2",
"drupal/drupal-extension": "5.0.0-alpha1",
"drush/drush": ">=12.1.0",
"drush/drush": "^12.4.3",
"oomphinc/composer-installers-extender": "^1.1 || ^2",
"squizlabs/php_codesniffer": "3.*",
"phpspec/prophecy-phpunit": "^2"
"phpspec/prophecy-phpunit": "^2",
"vlucas/phpdotenv": "^5.1",
"webflo/drupal-finder": "^1.2"
},
"config": {
"secure-http": false,
Expand All @@ -34,7 +37,8 @@
"cweagans/composer-patches": true,
"oomphinc/composer-installers-extender": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"php-http/discovery": true
}
},
"repositories": [
Expand Down Expand Up @@ -96,24 +100,7 @@
"drupal/core": "-p2"
},
"patches": { },
"patches-ignore": {
"acquia/lightning": {
"drupal/core": {
"1356276 - Allow profiles to define a base/parent profile and load them in the correct order":
"https://www.drupal.org/files/issues/2020-03-24/1356276-531-9.0.x-9.patch",
"2914389 - Allow profiles to exclude dependencies of their parent":
"https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch"
}
},
"drupal/lightning_core": {
"drupal/core": {
"1356276 - Allow profiles to define a base/parent profile and load them in the correct order":
"https://www.drupal.org/files/issues/2020-03-24/1356276-531-9.0.x-9.patch",
"2914389 - Allow profiles to exclude dependencies of their parent":
"https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch"
}
}
}
"patches-ignore": { }
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 1d692f6

Please sign in to comment.