Skip to content

Commit babb46b

Browse files
author
Fady Michel
committedJan 28, 2021
add unit tests
1 parent c816262 commit babb46b

File tree

5 files changed

+2027
-3
lines changed

5 files changed

+2027
-3
lines changed
 

‎composer.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@
1111
],
1212
"autoload": {
1313
"psr-4": {
14-
"DevCoder\\": "src"
14+
"DevCoder\\": "src",
15+
"Test\\DevCoder\\": "tests"
1516
}
1617
},
17-
"require": {}
18+
"require": {
19+
"php": ">=7.3"
20+
},
21+
"require-dev": {
22+
"phpunit/phpunit": "^9.4"
23+
}
1824
}

0 commit comments

Comments
 (0)