Skip to content

Commit dfc74b0

Browse files
committed
composer update
1 parent fac8f20 commit dfc74b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
}
2222
},
2323
"autoload-dev": {
24-
"psr-4": {
25-
"BitApps\\WPValidator\\Test\\": "tests/"
26-
}
24+
"classmap": [
25+
"tests/"
26+
]
2727
},
2828
"scripts":{
2929
"test:unit":"./vendor/bin/pest",

0 commit comments

Comments
 (0)