Skip to content

Commit

Permalink
Merge pull request #4 from kdambekalns/master
Browse files Browse the repository at this point in the history
TASK: PSR-4 and dependency tweak
  • Loading branch information
robertlemke authored Jan 23, 2017
2 parents 451ce15 + dfdf6de commit 8485f46
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robertlemke/rss",
"type": "typo3-flow-plugin",
"type": "neos-package",
"description": "A multi-purpose RSS library",
"license": "MIT",
"authors": [
Expand All @@ -14,9 +14,12 @@
"require": {
"php": "~5.5 || ~7.0"
},
"conflict": {
"neos/flow": ">=4"
},
"autoload": {
"psr-0": {
"RobertLemke\\Rss": "Classes"
"psr-4": {
"RobertLemke\\Rss\\": "Classes"
}
},
"extra": {
Expand Down

0 comments on commit 8485f46

Please sign in to comment.