|
1 | 1 | { |
2 | 2 | "name": "drupalwxt/site-wxt", |
3 | | - "description": "Project template for Drupal 9 sites built with the WxT distribution.", |
| 3 | + "description": "Project template for Drupal 10 sites built with the WxT distribution.", |
4 | 4 | "type": "project", |
5 | 5 | "license": "GPL-2.0+", |
6 | 6 | "minimum-stability": "dev", |
7 | 7 | "prefer-stable": true, |
8 | 8 | "require": { |
9 | 9 | "cweagans/composer-patches": "^1.6.0", |
10 | | - "drupal/core-composer-scaffold": "^9", |
11 | | - "drupalwxt/wxt": "4.5.4", |
12 | | - "drush/drush": ">=9.7", |
13 | | - "oomphinc/composer-installers-extender": "^1.1 || ^2" |
| 10 | + "drupal/core-composer-scaffold": "^10.0", |
| 11 | + "drupalwxt/wxt": "5.0.x-dev" |
14 | 12 | }, |
15 | 13 | "require-dev": { |
16 | | - "drupal/core-dev": "^9", |
17 | | - "drupal/drupal-extension": "^4.1.0", |
18 | | - "squizlabs/php_codesniffer": "^3.3" |
| 14 | + "drupal/core-dev": "^10.0", |
| 15 | + "drupal/drupal-extension": "5.0.0-alpha1", |
| 16 | + "drush/drush": ">=12.1.0", |
| 17 | + "oomphinc/composer-installers-extender": "^1.1 || ^2", |
| 18 | + "squizlabs/php_codesniffer": "3.*", |
| 19 | + "phpspec/prophecy-phpunit": "^2" |
19 | 20 | }, |
20 | 21 | "config": { |
21 | 22 | "secure-http": false, |
|
24 | 25 | "minConnections": 5 |
25 | 26 | }, |
26 | 27 | "allow-plugins": { |
27 | | - "drupal/core-composer-scaffold": true, |
28 | 28 | "composer/installers": true, |
| 29 | + "drupal/core-composer-scaffold": true, |
29 | 30 | "cweagans/composer-patches": true, |
| 31 | + "drupal/console-extend-plugin": true, |
| 32 | + "oomphinc/composer-installers-extender": true, |
30 | 33 | "dealerdirect/phpcodesniffer-composer-installer": true, |
31 | | - "oomphinc/composer-installers-extender": true |
| 34 | + "phpstan/extension-installer": true |
32 | 35 | } |
33 | 36 | }, |
34 | 37 | "repositories": [ |
|
67 | 70 | "html/core": [ |
68 | 71 | "type:drupal-core" |
69 | 72 | ], |
70 | | - "html/libraries/{$name}" : [ |
| 73 | + "html/libraries/{$name}": [ |
71 | 74 | "type:drupal-console-library", |
72 | 75 | "type:drupal-library", |
73 | 76 | "type:bower-asset", |
|
92 | 95 | "drupal/core": "-p2" |
93 | 96 | }, |
94 | 97 | "patches": { }, |
95 | | - "patches-ignore": { |
96 | | - "acquia/lightning": { |
97 | | - "drupal/core": { |
98 | | - "1356276 - Allow profiles to define a base/parent profile and load them in the correct order": |
99 | | - "https://www.drupal.org/files/issues/2020-03-24/1356276-531-9.0.x-9.patch", |
100 | | - "2914389 - Allow profiles to exclude dependencies of their parent": |
101 | | - "https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch" |
102 | | - } |
103 | | - }, |
104 | | - "drupal/lightning_core": { |
105 | | - "drupal/core": { |
106 | | - "1356276 - Allow profiles to define a base/parent profile and load them in the correct order": |
107 | | - "https://www.drupal.org/files/issues/2020-03-24/1356276-531-9.0.x-9.patch", |
108 | | - "2914389 - Allow profiles to exclude dependencies of their parent": |
109 | | - "https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch" |
110 | | - } |
111 | | - } |
112 | | - } |
| 98 | + "patches-ignore": { } |
113 | 99 | }, |
114 | 100 | "autoload": { |
115 | 101 | "classmap": [ |
|
0 commit comments