Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "name": "yourvendorname/yourfancylibraryname",
  3. "license": "any open source identifier",
  4. "autoload": {
  5. "psr-0": {
  6. "Foo_Api": "src/files"
  7. },
  8. "classmap": [
  9. "extra/folders_with_any_other_class_not_conforming_to_psr0_or_psr4"
  10. ],
  11. "files": [
  12. "functions/file_with_your_function_definitions.php"
  13. ]
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement