Skip to content

Commit d970b3b

Browse files
committed
Add autoload-dev
1 parent 9ce6a13 commit d970b3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"psr-4": { "DaveRandom\\LibDNS\\": "src/" },
1111
"files": ["src/functions.php"]
1212
},
13+
"autoload-dev": {
14+
"psr-4": { "DaveRandom\\LibDNS\\Tests\\": "tests/" }
15+
},
1316
"require": {
1417
"php": ">=7.0",
1518
"ext-ctype": "*",

0 commit comments

Comments
 (0)