From 2a521c9cdb0300d0df648248fd3c069e8b596466 Mon Sep 17 00:00:00 2001 From: John Paul Medina Date: Sat, 14 May 2022 03:35:42 -0400 Subject: [PATCH] Laravel 9.x support --- README.md | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5e4b587..a72a8d8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 104c6e9..6db9fe5 100644 --- a/composer.json +++ b/composer.json @@ -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": [ @@ -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": {