Skip to content

Commit

Permalink
Switched to the composer files autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepshetty committed Aug 18, 2012
1 parent 01e74b5 commit 1f53827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

namespace sandeepshetty\shopify_api;
require '../wcurl/wcurl.php';
require 'vendor/autoload.php';


function install_url($shop, $api_key)
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"require": {
"php": ">=5.3.0",
"sandeepshetty/wcurl": "dev-master"
},
"autoload": {
"files": ["vendor/sandeepshetty/wcurl/wcurl.php"]
}
}

0 comments on commit 1f53827

Please sign in to comment.