-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from johnpaulmedina/7.0
L7.0 Support
- Loading branch information
Showing
25 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
{ | ||
"name": "johnpaulmedina/laravel-usps", | ||
"description": "USPS API for Laravel 6", | ||
"description": "USPS API for Laravel 7", | ||
"type": "library", | ||
"keywords": ["usps","laravel","laravel6","laravel usps"], | ||
"keywords": [ | ||
"usps", | ||
"laravel", | ||
"laravel7", | ||
"laravel usps" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "John Paul Medina", | ||
"email": "[email protected]" | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Vincent Gabriel", | ||
|
@@ -16,8 +21,8 @@ | |
"homepage":"https://github.com/johnpaulmedina/laravel-usps/", | ||
"license": "MIT", | ||
"require": { | ||
"php": "^7.2", | ||
"illuminate/support": "^6.0" | ||
"php": "^7.2.5", | ||
"illuminate/support": "^7.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.