Skip to content

Commit fdd1f13

Browse files
committed
Update composer.json
1 parent be72a31 commit fdd1f13

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"PhpOrm\\": "src/"
2727
}
2828
},
29+
"autoload-dev": {
30+
"psr-4": {
31+
"PhpOrm\\Tests\\": "tests/"
32+
}
33+
},
2934
"scripts": {
3035
"test": "vendor/bin/phpunit"
3136
}

0 commit comments

Comments
 (0)