Skip to content

Commit

Permalink
Merge pull request #138 from sorenmalling/task/add-autoload-dev
Browse files Browse the repository at this point in the history
Add autoload-dev to composer.json
  • Loading branch information
sorenmalling committed Mar 15, 2021
2 parents 4592745 + 5eb03fe commit 1043414
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"Neos\\Form\\": "Classes"
}
},
"autoload-dev": {
"psr-4": {
"Neos\\Form\\Tests\\": "Tests"
}
},
"suggest": {
"neos/swiftmailer": "The EmailFinisher needs this to be useable"
},
Expand Down Expand Up @@ -109,4 +114,4 @@
"Neos.Flow-20190515215000"
]
}
}
}

0 comments on commit 1043414

Please sign in to comment.