Skip to content

Commit

Permalink
Added Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rakibdevs committed May 29, 2021
1 parent 26ed69b commit 73e7394
Show file tree
Hide file tree
Showing 7 changed files with 2,221 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,25 @@
{
"name": "Md. Rakibul Islam",
"email": "[email protected]",
"website": "https://rakibul.dev"
"homepage": "https://rakibul.dev"
}
],
"require": {
"php": "^7.1.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"Rakibhstu\\Banglanumber\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Rakibhstu\\Banglanumber\\Test\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
Expand Down
Loading

0 comments on commit 73e7394

Please sign in to comment.