Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3 from Mochaka/dev
Browse files Browse the repository at this point in the history
Laravel 5 support
  • Loading branch information
aaronflorey committed Jan 25, 2016
2 parents cf573a7 + 0b525b9 commit 5aae2f3
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 254 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mochaka/laravel-shopify",
"description": "Shopify interaction for Laravel",
"keywords": ["shopify", "laravel"],
"description": "Shopify interaction for Laravel5",
"keywords": ["shopify", "laravel", "laravel5"],
"license": "MIT",
"authors": [
{
Expand All @@ -11,8 +11,8 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "~4",
"guzzlehttp/guzzle": "~4"
"illuminate/support": "~5",
"nategood/httpful": "*"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit 5aae2f3

Please sign in to comment.