|
1 | 1 | { |
2 | 2 | "name": "drunomics/drupal-project", |
3 | | - "description": "Project template for drunomics Drupal 8 projects with composer", |
| 3 | + "description": "Project template for drunomics Drupal projects", |
4 | 4 | "type": "project", |
5 | 5 | "license": "GPL-2.0-or-later", |
6 | 6 | "authors": [ |
|
11 | 11 | ], |
12 | 12 | "require": { |
13 | 13 | "cweagans/composer-patches": "^1.7.2", |
14 | | - "drunomics/multisite-request-matcher": "^1.7.1", |
15 | | - "drupal/core-composer-scaffold": "^9", |
16 | | - "drupal/core-recommended": "^9", |
| 14 | + "drupal/core-composer-scaffold": "^10", |
| 15 | + "drupal/core-recommended": "^10", |
17 | 16 | "drush/drush": "*", |
18 | 17 | "oomphinc/composer-installers-extender": "^2.0.1", |
19 | | - "symfony/dotenv": "^3.4.47" |
| 18 | + "symfony/dotenv": "^5.4.22" |
20 | 19 | }, |
21 | 20 | "require-dev": { |
22 | | - "drupal/core-dev": "^9", |
| 21 | + "drupal/core-dev": "^10", |
23 | 22 | "drunomics/playwright-drupal-utils": "^1.0.0" |
24 | 23 | }, |
25 | 24 | "conflict": { |
|
75 | 74 | "cs": "vendor/bin/phpcs --colors", |
76 | 75 | "cbf": "vendor/bin/phpcbf", |
77 | 76 | "check-security": "local-php-security-checker && composer audit", |
78 | | - "test": "./tests/behat/run.sh --colors" |
| 77 | + "test": "./tests/behat/run.sh --colors" |
79 | 78 | }, |
80 | 79 | "extra": { |
81 | 80 | "drupal-scaffold": { |
82 | 81 | "file-mapping": { |
83 | | - "[web-root]/sites/development.services.yml": { |
84 | | - "mode": "skip" |
85 | | - }, |
86 | | - "[web-root]/sites/example.settings.local.php": "web/sites/example.local.settings.php", |
87 | | - "[web-root]/sites/default/default.services.yml": { |
88 | | - "mode": "replace", |
89 | | - "path": "web/sites/all/services.yml", |
90 | | - "overwrite": false |
91 | | - }, |
92 | | - "[web-root]/sites/example/default.settings.php": "web/core/assets/scaffold/files/default.settings.php" |
| 82 | + "[web-root]/sites/development.services.yml": false, |
| 83 | + "[web-root]/sites/default/default.services.yml": false, |
| 84 | + "[web-root]/sites/default/default.settings.php": false, |
| 85 | + "[web-root]/sites/example.local.settings.php": "web/sites/example.local.settings.php", |
| 86 | + "[web-root]/sites/all/example.default.services.yml": "web/core/assets/scaffold/files/default.services.yml", |
| 87 | + "[web-root]/sites/all/example.default.settings.php": "web/core/assets/scaffold/files/default.settings.php" |
93 | 88 | }, |
94 | 89 | "locations": { |
95 | 90 | "web-root": "web/" |
|
120 | 115 | }, |
121 | 116 | "tools": { |
122 | 117 | "phapp": { |
123 | | - "url": "https://github.com/drunomics/phapp-cli/releases/download/0.7.0/phapp.phar", |
124 | | - "version": "0.7.0" |
| 118 | + "url": "https://github.com/drunomics/phapp-cli/releases/download/0.7.1/phapp.phar", |
| 119 | + "version": "0.7.1" |
125 | 120 | }, |
126 | 121 | "local-php-security-checker": { |
127 | 122 | "url": "https://github.com/fabpot/local-php-security-checker/releases/download/v2.0.6/local-php-security-checker_2.0.6_linux_amd64", |
|
137 | 132 | "test": "Run tests." |
138 | 133 | }, |
139 | 134 | "enable-patching": true, |
140 | | - "composer-exit-on-patch-failure": true, |
141 | | - "patches": { |
142 | | - "lsolesen/pel": { |
143 | | - "#183: PelIllegalFormatException: Unknown format: 0x0": "https://patch-diff.githubusercontent.com/raw/pel/pel/pull/199.patch" |
144 | | - } |
145 | | - } |
| 135 | + "composer-exit-on-patch-failure": true |
146 | 136 | }, |
147 | 137 | "config": { |
148 | 138 | "platform": { |
|
161 | 151 | "drupal/core-composer-scaffold": true, |
162 | 152 | "drupal/core-vendor-hardening": true |
163 | 153 | } |
164 | | - }, |
165 | | - "suggest": { |
166 | | - "drunomics/dsk_media": "1.*", |
167 | | - "drunomics/dsk_devel": "1.*" |
168 | 154 | } |
169 | 155 | } |
0 commit comments