Skip to content

Commit

Permalink
TASK: Switch to PSR-4
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhard-boden committed Nov 25, 2016
1 parent 62eccc7 commit 8daf84e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "flowpack/simplesearch",
"type": "typo3-flow-package",
"type": "neos-package",
"description": "Plain PHP search engine using sqlite3 as storage backend.",
"license": "MIT",
"autoload": {
"psr-0": {
"Flowpack\\SimpleSearch": "Classes"
"psr-4": {
"Flowpack\\SimpleSearch\\": "Classes"
}
},
"extra": {
Expand Down

0 comments on commit 8daf84e

Please sign in to comment.