Skip to content

Commit

Permalink
Updated composer.json to have autoloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogartPint committed Jun 8, 2016
1 parent 499be8b commit 3a93192
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@
"minimum-stability": "stable",
"require": {
"php": "^5.3.3"
},
"autoload": {
"psr-4": {
"ZingChart\\PHPWrapper\\": "src/"
}
}
}
3 changes: 3 additions & 0 deletions zc.php → src/zc.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

namespace ZingChart\PHPWrapper;

class ZC {
private $mysqli;

Expand Down

0 comments on commit 3a93192

Please sign in to comment.