From 278915bd605bb58237484282cebb92427cdb4f85 Mon Sep 17 00:00:00 2001 From: Hunter Montell <64396917+huntermontell@users.noreply.github.com> Date: Sun, 25 Apr 2021 13:38:13 -0500 Subject: [PATCH] Bump package dependencies --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4a9196d..d8bc8be 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ ], "require": { "php": "^7.4|^8.0", - "tipoff/authorization": "^2.8.0", - "tipoff/checkout": "^2.7.0", - "tipoff/locations": "^2.9.7", - "tipoff/support": "^2.0.1" + "tipoff/authorization": "^2.8.6", + "tipoff/checkout": "^2.7.2", + "tipoff/locations": "^2.12", + "tipoff/support": "^2.1.5" }, "require-dev": { - "tipoff/test-support": "^2.0.0" + "tipoff/test-support": "^2.0.1" }, "autoload": { "psr-4": {