We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cada2f3 commit b6089dfCopy full SHA for b6089df
3 files changed
.ddev/config.yaml
@@ -1,5 +1,5 @@
1
name: drupal-10-development
2
-type: drupal10
+type: drupal
3
docroot: web
4
php_version: "8.3"
5
webserver_type: nginx-fpm
composer.json
@@ -15,12 +15,12 @@
15
"cweagans/composer-patches": "^1.7",
16
"drupal/admin_toolbar": "^3.5",
17
"drupal/config_inspector": "^2.1",
18
- "drupal/core-composer-scaffold": "^11.0",
19
- "drupal/core-project-message": "^11.0",
20
- "drupal/core-recommended": "^11.0",
+ "drupal/core-composer-scaffold": "~11.2.0",
+ "drupal/core-project-message": "~11.2.0",
+ "drupal/core-recommended": "~11.2.0",
21
"drupal/devel": "^5.3",
22
"drupal/examples": "^4.0",
23
- "drupal/gin": "^4.1",
+ "drupal/gin": "^5.0",
24
"drush/drush": "^13.2",
25
"kint-php/kint": "^5.1"
26
},
0 commit comments