platformsh / template-builder

Utilities to manage Platform.sh project templates
https://github.com/platformsh-templates
MIT License
15 stars 31 forks source link

Package Management changes made to template drupal10 #890

Closed platformsh-devrel closed 11 months ago

platformsh-devrel commented 11 months ago

One or more package management files were changed in pull request 60 for template drupal10.

The package management file composer.json was changed. The following is the patch:

@@ -20,7 +20,7 @@
     "drupal/core-project-message": "^10.0",
     "drupal/core-recommended": "^10.0",
     "drupal/redis": "^1.6",
-    "drush/drush": "^11.5",
+    "drush/drush": "^12",
     "platformsh/config-reader": "^2.4"
   },
   "conflict": {

Link to the diff above: https://github.com/platformsh-templates/drupal10/pull/60/files#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34

gilzow commented 11 months ago

Template Builder adds drush/drush with no constraints so it should pick up the latest version already during the next update. No further action needed