Skip to content

Commit

Permalink
PayPal gateway updates support
Browse files Browse the repository at this point in the history
Previously, PayPal dependency was restricted to a certain version. It
has been changed to support updates (specially since a new bug fix
version has been released).
  • Loading branch information
amostajo committed Sep 19, 2015
1 parent 41dde36 commit 72961f5
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 1,646 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor
/vendor
composer.lock
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amsgames/laravel-shop",
"description": "Package set to provide shop or e-commerce functionality (such as CART, ORDERS, TRANSACTIONS and ITEMS) to Laravel for customizable builds.",
"license": "MIT",
"keywords": ["shop","laravel","cart","orders","transactions"],
"keywords": ["shop","laravel","cart","orders","transactions","paypal","e-commerce","shopping cart","ecommerce","shopping"],
"authors": [
{
"name": "Amsgames, LLC",
Expand All @@ -17,13 +17,7 @@
"php": ">=5.5.9",
"illuminate/console": "~5.0",
"illuminate/support": "~5.0",
"amsgames/laravel-shop-gateway-paypal": "v1.0.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
"mockery/mockery": "dev-master",
"illuminate/database": "~5.0",
"sami/sami": "dev-master"
"amsgames/laravel-shop-gateway-paypal": "1.0.*"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 72961f5

Please sign in to comment.