diff --git a/composer.json b/composer.json index 6b30858..537a4a8 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ "ext-json": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^7.1", - "illuminate/contracts": "^7.2|^8.0", - "illuminate/http": "^7.2|^8.0", - "illuminate/support": "^7.2|^8.0" + "illuminate/contracts": "^7.28|^8.0", + "illuminate/http": "^7.28|^8.0", + "illuminate/support": "^7.28|^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16", diff --git a/docs/requirements.md b/docs/requirements.md index 9f7bf83..abec888 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -6,7 +6,7 @@ sort: 2 ## General Requirements - PHP **7.4** or greater -- Laravel **7.2** or greater +- Laravel **7.28** 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.2 | 1.0.0 | +| 7.28 | 1.0.0 | | 8.0 | 1.0.0 |