Skip to content

Commit

Permalink
Added Autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabzIt committed Oct 7, 2016
1 parent 639e7e2 commit b6ea9b4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@
"homepage": "http://grabz.it/",
"description": "Use our API to allow your app to create images and PDF's from URL's or raw HTML. Additionally GrabzIt allows you to convert online videos into animated GIF's or HTML tables into CSV's.",
"license": "MIT",
"version":"3.0.0",
"version":"3.0.0.1",
"autoload": {
"classmap": [
"lib/GrabzItAnimationOptions.class.php",
"lib/GrabzItBaseOptions.class.php",
"lib/GrabzItClient.class.php",
"lib/GrabzItCookie.class.php",
"lib/GrabzItException.class.php",
"lib/GrabzItImageOptions.class.php",
"lib/GrabzItPDFOptions.class.php",
"lib/GrabzItRequest.class.php",
"lib/GrabzItStatus.class.php",
"lib/GrabzItTableOptions.class.php",
"lib/GrabzItWaterMark.class.php"
]
},
"support": {
"issues": "http://grabz.it/support/"
},
Expand Down

0 comments on commit b6ea9b4

Please sign in to comment.