Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elbakly committed Aug 5, 2017
1 parent f8a333a commit 0869d98
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
@@ -1,6 +1,6 @@
{
"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.",
"name": "baklysystems/laravel-shop",
"description": "This is just an update for amsgames/laravel-shop to support 5.4 as they don't update it anymore. 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","paypal","e-commerce","shopping cart","ecommerce","shopping"],
"authors": [
Expand All @@ -12,6 +12,11 @@
"name": "Alejandro Mostajo",
"email": "amostajo@gmail.com"
}
,
{
"name": "Mostafa Elbakly",
"email": "elbakly@gmail.com"
}
],
"require": {
"php": ">=5.5.9",
Expand All @@ -28,4 +33,4 @@
}
},
"minimum-stability": "dev"
}
}

0 comments on commit 0869d98

Please sign in to comment.