diff --git a/composer.json b/composer.json index d7fb704..b62acb0 100644 --- a/composer.json +++ b/composer.json @@ -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" : { @@ -23,5 +23,17 @@ } }, + "extra": { + "laravel": { + "providers": [ + "Adrianbarbos\\Mobilpay\\MobilpayServiceProvider" + ], + "aliases": { + "Omnipay": "Omnipay\\Omnipay", + "Mobilpay": "Adrianbarbos\\Mobilpay\\Mobilpay" + } + } + }, + "minimum-stability": "stable" }