Skip to content

Commit

Permalink
Start a 10.1.x branch for Varbase Patches to support UI Pattern ~2.0,…
Browse files Browse the repository at this point in the history
… and the new Storybook module, Paving the way for a smoother upgrade process to Drupal 11 #94
  • Loading branch information
Natshah committed Oct 31, 2024
1 parent 0b53bde commit 863bc09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ List of needed patches for Varbase used packages with Composer Patches.

---

Use `"Vardot/varbase-patches": "~11.0.0"`
> with **Varbase `~11.0.0`** and **Drupal `11`**
Use `"Vardot/varbase-patches": "~10.1.0"`
> with **Varbase `~10.1.0`** and **Drupal `10/11`**
---

Expand All @@ -26,9 +26,9 @@ Use `"Vardot/varbase-patches": "~9.2.0"`

In case of needing to manage project's local patches only

No patches **for Varbase ~11.0.0**
> With **CKEditor 5** and **Drupal 11** :
> Use the `"Vardot/varbase-patches": "11.0.0.0"` static version to have no patches and manage local patches in the project with a copy of patches from https://github.com/Vardot/varbase-patches/blob/11.0.x/composer.json
No patches **for Varbase ~10.1.0**
> With **Drupal 10/11** :
> Use the `"Vardot/varbase-patches": "10.1.0.0"` static version to have no patches and manage local patches in the project with a copy of patches from https://github.com/Vardot/varbase-patches/blob/10.1.x/composer.json
---

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"drupal/core": "~10.3.0",
"drupal/core": "~10.3.0 || ~11.0.0",
"composer/installers": "~2",
"oomphinc/composer-installers-extender": "~2",
"cweagans/composer-patches": "~1 || ~2"
Expand Down

0 comments on commit 863bc09

Please sign in to comment.