Skip to content
Snippets Groups Projects
Commit c75d7d4a authored by project update bot's avatar project update bot Committed by Brad Jones
Browse files

Issue #3431475 by bradjones1: Automated Drupal 11 compatibility fixes for jsonapi_hypermedia

parent 5c76ab5c
Branches 8.x-1.x
Tags 8.x-1.10
1 merge request!9Automated Project Update Bot fixes
Pipeline #235420 passed with warnings
......@@ -10,8 +10,8 @@
}
],
"require": {
"drupal/core": "^8.8 || ^9.0 || ^10",
"php": "^8"
"php": "^8",
"drupal/core": "^8.8 || ^9.0 || ^10 || ^11"
},
"repositories": {
"drupal": {
......
name: JSON API Hypermedia
type: module
description: Complements the JSON API module with Hypermedia as the Engine of Application State
core_version_requirement: ^8.8 || ^9 || ^10
core_version_requirement: ^8.8 || ^9 || ^10 || ^11
package: Web services
dependencies:
- drupal:jsonapi
name: 'JSON:API Hypermedia Test Link Providers'
type: module
package: Testing
core_version_requirement: ^8.8 || ^9 || ^10
core_version_requirement: ^8.8 || ^9 || ^10.1 || ^11
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment