You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to working example with Simplenews, prepare for Drupal 12 (#34)
* Update README.md to Drupal 11
Also, switch from Token to Simplenews, which is not Drupal 11 ready.
* Update PackageRequiresAdjusterTest.php
* Update PackageRequiresAdjuster.php
Copy file name to clipboardExpand all lines: README.md
+19-12
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# mglaman/composer-drupal-lenient
1
+
# Drupal Lenient Composer Plugin
2
2
3
-
Lenient with it, Drupal 10 with it.
3
+
Lenient with it, Drupal 11 with it.
4
4
5
5
## Why?
6
6
@@ -9,7 +9,9 @@ was done to remove a barrier with getting extensions installed via Composer to w
9
9
10
10
We hit the same problem, again. At DrupalCon Portland we sat down and decided a Composer plugin is the best approach.
11
11
12
-
See [Add a composer plugin that supports 'composer require-lenient' to support major version transitions](https://www.drupal.org/project/drupal/issues/3267143)
12
+
See [Add a composer plugin that supports 'composer require-lenient' to support major version transitions](https://www.drupal.org/project/drupal/issues/3267143).
0 commit comments