Skip to content
Snippets Groups Projects
Commit 1b7aa0be authored by project update bot's avatar project update bot Committed by Jon Minder
Browse files

Issue #3451231: Automated Drupal 11 compatibility fixes for nuxt_multi_cache

parent 794ae411
No related branches found
No related tags found
1 merge request!2Automated Project Update Bot fixes
......@@ -20,6 +20,6 @@
"source": "https://git.drupalcode.org/project/nuxt_multi_cache"
},
"require": {
"drupal/core": "^8.8.0 || ^9.0 || ^10"
"drupal/core": "^8.8.0 || ^9.0 || ^10 || ^11"
}
}
\ No newline at end of file
}
......@@ -2,7 +2,7 @@ name: GraphQL Nuxt Multi Cache
type: module
description: GraphQL ntegration with the nuxt-multi-cache module
package: Web services
core_version_requirement: ^10
core_version_requirement: ^10 || ^11
dependencies:
- graphql:graphql
......
......@@ -2,7 +2,7 @@ name: Nuxt Multi Cache Purger
type: module
description: Purger for nuxt-multi-cache
package: Web services
core_version_requirement: ^10
core_version_requirement: ^10 || ^11
dependencies:
- purge:purge
- nuxt_multi_cache:nuxt_multi_cache
......@@ -2,4 +2,4 @@ name: Nuxt Multi Cache
type: module
description: Integration with the nuxt-multi-cache module
package: Web services
core_version_requirement: ^10
core_version_requirement: ^10 || ^11
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment