8000 [TASK] Add autoload information to composer.json by smichaelsen · Pull Request #107 · TYPO3-coreapi/ext-coreapi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

[TASK] Add autoload information to composer.json #107

Merged
merged 1 commit into from
Jun 30, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
"name": "Stefano Kowalke"
}
],
"autoload": {
"psr-4": {
"Etobi\\CoreAPI\\": "Classes"
}
},
"minimum-stability": "dev"
}
}
0