File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : thunder-develop
22type : drupal
33docroot : docroot
4- php_version : " 8.3 "
4+ php_version : " 8.4 "
55webserver_type : nginx-fpm
66xdebug_enabled : false
77additional_hostnames : []
Original file line number Diff line number Diff line change 11# Ignore directories generated by Composer
22drush /contrib
3+ recipes
34vendor
45bin
56docroot
Original file line number Diff line number Diff line change 5656 }
5757 },
5858 "require" : {
59- "composer/installers" : " ^1.2 " ,
59+ "composer/installers" : " ^2.3 " ,
6060 "cweagans/composer-patches" : " ^1.6.5" ,
6161 "drupal/core" : " ^10 || ^11" ,
6262 "drupal/core-composer-scaffold" : " ^10 || ^11" ,
6767 "oomphinc/composer-installers-extender" : " ^1.1||^2.0" ,
6868 "netcarver/textile" : " ^3.7" ,
6969 "drupal/default_content" : " 2.0.x-dev" ,
70- "mglaman/composer-drupal-lenient" : " ^1.0"
70+ "mglaman/composer-drupal-lenient" : " ^1.0" ,
71+ "drupal/core-recipe-unpack" : " ^11.3"
7172 },
7273 "require-dev" : {
7374 "drupal/core-dev" : " ^10 || ^11" ,
116117 " npm-asset"
117118 ],
118119 "installer-paths" : {
120+ "recipes/{$name}" : [
121+ " type:drupal-recipe"
122+ ],
119123 "docroot/core" : [
120124 " type:drupal-core"
121125 ],
167171 "phpstan/extension-installer" : true ,
168172 "php-http/discovery" : true ,
169173 "mglaman/composer-drupal-lenient" : true ,
170- "tbachert/spi" : true
174+ "tbachert/spi" : true ,
175+ "drupal/core-recipe-unpack" : true
171176 }
172177 }
173178}
You can’t perform that action at this time.
0 commit comments