Skip to content

Commit 41adf47

Browse files
author
Tom H Anderson
committed
Added autoload:
1 parent ba82dd3 commit 41adf47

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,13 @@
1212
"name": "Tom H Anderson",
1313
"email": "tom.h.anderson@gmail.com"
1414
}
15-
]
15+
],
16+
"autoload": {
17+
"psr-4": {
18+
"ZF\\Doctrine\\ORM\\DataValidation\\": "src/"
19+
},
20+
"classmap": [
21+
"./Module.php"
22+
]
23+
}
1624
}

0 commit comments

Comments
 (0)