Skip to content

Commit

Permalink
Merge pull request #5 from scs-ben/master
Browse files Browse the repository at this point in the history
update dependencies to L6 and PHP7.2
  • Loading branch information
johnpaulmedina authored Nov 2, 2019
2 parents ae3591e + 19a6349 commit 2fd0e8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "johnpaulmedina/laravel-usps",
"description": "USPS API for Laravel 5.4",
"description": "USPS API for Laravel 6",
"type": "library",
"keywords": ["usps","laravel","laravel5","laravel usps"],
"keywords": ["usps","laravel","laravel6","laravel usps"],
"authors": [
{
"name": "John Paul Medina",
Expand All @@ -16,8 +16,8 @@
"homepage":"https://github.com/johnpaulmedina/laravel-usps/",
"license": "MIT",
"require": {
"php": ">=7.1.0",
"illuminate/support": "~5.4|~5.5|~5.6"
"php": "^7.2",
"illuminate/support": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2fd0e8d

Please sign in to comment.