Skip to content

Commit

Permalink
This fixes #3 and added Package Auto-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbarbos authored Jul 19, 2019
1 parent 524d30a commit e393bc3
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*",
"omnipay/common": "~2.0",
"business-mastery/omnipay-mobilpay": "~1.0"
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
"omnipay/common": "~3.0",
"adrianbarbos/omnipay-mobilpay": "~1.2.1"
},

"autoload" : {
Expand All @@ -23,5 +23,17 @@
}
},

"extra": {
"laravel": {
"providers": [
"Adrianbarbos\\Mobilpay\\MobilpayServiceProvider"
],
"aliases": {
"Omnipay": "Omnipay\\Omnipay",
"Mobilpay": "Adrianbarbos\\Mobilpay\\Mobilpay"
}
}
},

"minimum-stability": "stable"
}

0 comments on commit e393bc3

Please sign in to comment.