Skip to content

Commit

Permalink
Merge pull request #15 from neolikotsi/upgrade/laravel-6
Browse files Browse the repository at this point in the history
add support for laravel 5.5+ - 6.*
  • Loading branch information
warhsn authored Feb 19, 2020
2 parents 732930e + e17b15f commit e0d6d8c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "billowapp/payfast",
"author": "Warren Hansen",
"description": "Laravel 5.4 package for processing ITN payments through payfast.co.za",
"authors": [
{
"name": "Warren Hansen"
}
],
"description": "Laravel 5.4+|6+ package for processing ITN payments through payfast.co.za",
"keywords": ["package", "laravel", "payfast"],
"license": "MIT",
"require": {
"illuminate/support": "^5.4",
"illuminate/http": "^5.4",
"illuminate/support": "^5.4|^6.0",
"illuminate/http": "^5.4|^6.0",
"billowapp/show-me-the-money": "^0.1.2|^0.2"
},
"autoload": {
Expand Down

0 comments on commit e0d6d8c

Please sign in to comment.