Skip to content

Commit ea95042

Browse files
committed
Meta: Update composer autoload
- Fixed composer.json to correctly autoload quickbase.php
1 parent 4b0fae2 commit ea95042

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2+
"$schema": "http://json-schema.org/draft-04/schema#",
23
"name": "tflanagan/quickbase",
34
"type": "library",
4-
"version": "0.1.0",
55
"description": "A lightweight, very flexible QuickBase API",
66
"keywords": [
77
"QuickBase",
@@ -22,6 +22,9 @@
2222
"role": "Developer"
2323
}
2424
],
25+
"autoload": {
26+
"classmap": [ "quickbase.php" ]
27+
},
2528
"require": {
2629
"php": ">=5.4.0",
2730
"ext-curl": "*",

0 commit comments

Comments
 (0)