From f6f967b9e462c430d7ab826030157579c1ee389a Mon Sep 17 00:00:00 2001 From: Zach Garwood Date: Thu, 16 Jan 2025 15:56:24 -0600 Subject: [PATCH] Run composer require aic/data-hub-foundation:^3.0 [WEB-2996] --- composer.json | 2 +- composer.lock | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 0bc72a387..7f25f450f 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ ], "require": { "php": "^8.1", - "aic/data-hub-foundation": "^2.0", + "aic/data-hub-foundation": "^3.0", "area17/twill": "^3.0", "chillerlan/php-qrcode": "^5.0", "eluceo/ical": "2.0", diff --git a/composer.lock b/composer.lock index 9adc05fc0..75599ea58 100644 --- a/composer.lock +++ b/composer.lock @@ -4,26 +4,27 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4405d5c8b38d4bce2720e98ae3665a7d", + "content-hash": "6362b1a2ba2851e39a960c2914f4aced", "packages": [ { "name": "aic/data-hub-foundation", - "version": "2.3", + "version": "3.0", "source": { "type": "git", "url": "https://github.com/art-institute-of-chicago/data-hub-foundation.git", - "reference": "cc6d507a4ebdc5f46a578580158e589d738bc6ff" + "reference": "d88cbf903d5d69b9afaac4cc6570a96b171ebea0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/art-institute-of-chicago/data-hub-foundation/zipball/cc6d507a4ebdc5f46a578580158e589d738bc6ff", - "reference": "cc6d507a4ebdc5f46a578580158e589d738bc6ff", + "url": "https://api.github.com/repos/art-institute-of-chicago/data-hub-foundation/zipball/d88cbf903d5d69b9afaac4cc6570a96b171ebea0", + "reference": "d88cbf903d5d69b9afaac4cc6570a96b171ebea0", "shasum": "" }, "require": { "composer": "^2.2.0", "doctrine/dbal": "^3.0", "friendsofphp/php-cs-fixer": "^3.5", + "guzzlehttp/guzzle": "^7.0", "laravel/framework": "^10.0", "league/fractal": "^0.16.0", "netresearch/composer-patches-plugin": "^1.3.1", @@ -81,10 +82,10 @@ ], "description": "Shared components for our data hub services.", "support": { - "source": "https://github.com/art-institute-of-chicago/data-hub-foundation/tree/2.3", + "source": "https://github.com/art-institute-of-chicago/data-hub-foundation/tree/3.0", "issues": "https://github.com/art-institute-of-chicago/data-hub-foundation/issues" }, - "time": "2023-09-20T21:14:09+00:00" + "time": "2025-01-16T21:32:10+00:00" }, { "name": "area17/twill", @@ -14747,12 +14748,12 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^8.1" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" }