Skip to content

Commit

Permalink
Update composer.json for 1.1.0
Browse files Browse the repository at this point in the history
General cleanup/versions updates.
views bulk operations still fixed to 4.1.2 until we can get around the mayor API changes
  • Loading branch information
DiegoPino authored Jun 27, 2023
1 parent d416edb commit fdf6124
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archipelago/ami",
"description": "Archipelago Multi Importer for Drupal 8/9. A module of mass ingest/edits made for the masses",
"description": "Archipelago Multi Importer for Drupal 9. A module of mass ingest/edits made for the masses",
"type": "drupal-module",
"license": "GPL-2.0+",
"homepage": "https://github.com/esmero/ami",
Expand All @@ -17,16 +17,14 @@
"ext-zip": "*",
"ext-json": "*",
"drupal/views_bulk_operations": "4.1.2",
"strawberryfield/strawberryfield":"1.0.0.x-dev",
"strawberryfield/webform_strawberryfield":"1.0.0.x-dev",
"strawberryfield/format_strawberryfield":"1.0.0.x-dev",
"swaggest/json-schema": "^0.12.29",
"swaggest/json-diff": "^3.7.5",
"strawberryfield/strawberryfield":"1.1.0.x-dev",
"strawberryfield/webform_strawberryfield":"1.1.0.x-dev",
"strawberryfield/format_strawberryfield":"1.1.0.x-dev",
"phpoffice/phpspreadsheet": "^1.15.0",
"maennchen/zipstream-php": "^1.2 || ^2.1",
"drupal/google_api_client": "^3.0 || ^4.0",
"drupal/google_api_client": "^3.2 || ^4.3",
"ramsey/uuid": "^4.1",
"monolog/monolog": "^2.8"
"monolog/monolog": "^2.9"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit fdf6124

Please sign in to comment.