Skip to content

Commit

Permalink
Bump min version
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Sep 26, 2020
1 parent 50148f3 commit ae33a8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ 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

## Version Matrix

| Laravel | Minimum Version |
| --- | --- |
| 7.2 | 1.0.0 |
| 7.28 | 1.0.0 |
| 8.0 | 1.0.0 |

0 comments on commit ae33a8a

Please sign in to comment.