Skip to content

Commit 02ecd4c

Browse files
author
Alexander Obuhovich
committed
Autoloader wasn't working because of "autoload-dev" was used
1 parent 56d6108 commit 02ecd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"email": "[email protected]"
1313
}
1414
],
15-
"autoload-dev": {
15+
"autoload": {
1616
"psr-4": {
1717
"src\\QATools\\PHPUnitExtension\\": "QATools/PHPUnitExtension/"
1818
}

0 commit comments

Comments
 (0)