From 50148f3c0bd8a662fab8e3ac61ea453174af3f77 Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Fri, 25 Sep 2020 15:19:23 -0500 Subject: [PATCH] Bump min version --- composer.json | 6 +++--- docs/requirements.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index dc8f182..6b30858 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ "ext-json": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^7.1", - "illuminate/contracts": "^7.0|^8.0", - "illuminate/http": "^7.0|^8.0", - "illuminate/support": "^7.0|^8.0" + "illuminate/contracts": "^7.2|^8.0", + "illuminate/http": "^7.2|^8.0", + "illuminate/support": "^7.2|^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16", diff --git a/docs/requirements.md b/docs/requirements.md index b4dc441..9f7bf83 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -6,7 +6,7 @@ sort: 2 ## General Requirements - PHP **7.4** or greater -- Laravel **7.0** or greater +- Laravel **7.2** or greater - A [UPS Account](https://www.ups.com/upsdeveloperkit?loc=en_US) - At least a basic understanding of the UPS Api @@ -14,5 +14,5 @@ sort: 2 | Laravel | Minimum Version | | --- | --- | -| 7.0 | 1.0.0 | +| 7.2 | 1.0.0 | | 8.0 | 1.0.0 |