Skip to content

Commit

Permalink
Laravel 9.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpaulmedina committed May 14, 2022
1 parent 560809e commit 2a521c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Laravel-USPS is a composer package that allows you to integrate the USPS Address / Shipping API / Rates Calculator. This package is ported from @author Vincent Gabriel https://github.com/VinceG/USPS-php-api

- Requires a valid USPS API Username
- Tested on Laravel 8
- Tested on Laravel 9

## Installation

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "johnpaulmedina/laravel-usps",
"description": "USPS API for Laravel 8",
"description": "USPS API for Laravel 9",
"type": "library",
"keywords": [
"usps",
"laravel",
"laravel8",
"laravel9",
"laravel usps"
],
"authors": [
Expand All @@ -21,8 +21,8 @@
"homepage":"https://github.com/johnpaulmedina/laravel-usps/",
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^8.0"
"php": "^8.0.2",
"illuminate/support": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2a521c9

Please sign in to comment.