File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ composer.phar
44# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
55# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
66# composer.lock
7+ /.phpintel /
Original file line number Diff line number Diff line change 66 "php" : " ^7.0" ,
77 "rmccue/requests" : " ^1.7"
88 },
9+ "autoload" : {
10+ "psr-4" : {
11+ "Elvismdev\\ Intrinio\\ " : " src/"
12+ }
13+ },
914 "license" : " MIT" ,
1015 "authors" : [
1116 {
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace Elvis \Intrinio ;
4+
5+ /**
6+ * Intrinio Client
7+ */
8+ class Intrinio extends IntrinioApi {
9+
10+ function __construct () {
11+ # code...
12+ }
13+ }
You can’t perform that action at this time.
0 commit comments