Skip to content
Snippets Groups Projects
Commit 674c8622 authored by project update bot's avatar project update bot Committed by Jonathan Sacksick
Browse files

Issue #3428413: Automated Drupal 11 compatibility fixes for commerce_api

parent 440c212c
No related branches found
No related tags found
1 merge request!19Automated Project Update Bot fixes
Pipeline #269437 failed
name: 'Commerce API'
type: module
description: 'Provides an HTTP interface to interact with Drupal Commerce.'
core_version_requirement: ^9.4 || ^10
core_version_requirement: ^9.4 || ^10 || ^11
package: 'Commerce (web services)'
dependencies:
- commerce:commerce
......
......@@ -14,11 +14,11 @@
},
"require": {
"php": ">=8",
"drupal/core": "^9.4 || ^10",
"drupal/commerce": "^2.37 || ^3",
"drupal/jsonapi_hypermedia": "^1.0",
"drupal/jsonapi_resources": "^1.0@beta",
"icanboogie/inflector": "^2.0"
"icanboogie/inflector": "^2.0",
"drupal/core": "^9.4 || ^10 || ^11"
},
"require-dev": {
"drupal/commerce_shipping": "^2.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment