Skip to content

Commit 37514f3

Browse files
Douglas Greenshieldsshieldo
authored andcommitted
chore: use psr-4 autoloading
1 parent 7f39727 commit 37514f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
"ricbra/rabbitmq-cli-consumer": "To consume jobs with Go instead of PHP"
4040
},
4141
"autoload": {
42-
"psr-0": { "Markup\\JobQueueBundle": "" }
42+
"psr-4": { "Markup\\JobQueueBundle\\": "" }
4343
},
44-
"target-dir": "Markup/JobQueueBundle",
4544
"extra": {
4645
"branch-alias": {
4746
"dev-master": "2.0-dev"

0 commit comments

Comments
 (0)