Skip to content
Snippets Groups Projects
Commit a4b50add authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3222089 by yas: Fix composer.json to support Drupal 9.1

parent 35812ed3
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,12 @@
"type": "drupal-module",
"homepage": "https://drupal.org/project/cloud",
"require": {
"aws/aws-sdk-php": "3.*.*@dev",
"aws/aws-sdk-php": "^3",
"drupal/bootstrap_cloud": "^1.7",
"drupal/geocoder": "^3.20",
"drupal/entity_export_csv": "1.x-dev@dev",
"geocoder-php/nominatim-provider" : "^5.4",
"google/apiclient": "^2.9",
"geocoder-php/nominatim-provider" : "^5.5",
"google/apiclient": "^2.10",
"maclof/kubernetes-client": "~0.17",
"ext-json": "*"
},
......@@ -18,18 +18,17 @@
"composer/installers": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"drupal/admin_toolbar": "*",
"drupal/cloud": "3.x-dev",
"drupal/coder": "*",
"drush/drush": "*",
"kint-php/kint": "*",
"phpunit/phpunit": "^8",
"phpunit/phpunit": "*",
"drupal-composer/drupal-security-advisories": "8.x-dev",
"symfony/phpunit-bridge": "*"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
"drush.services.yml": "^10"
}
}
},
......
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