Skip to content

Commit

Permalink
feat: cleanup tests and ip resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
kadekjayak committed Sep 25, 2022
1 parent be8378a commit ef86bfe
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 406 deletions.
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,22 @@
"email": "kadekjayak@yahoo.co.id"
}
],
"require": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"BCAParser\\":"src/"
"BCAParser\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"BCAParser\\Tests\\": "tests/"
}
},
"require": {
"ext-curl": "*",
"ext-xml": "*",
"ext-dom": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}
}
Loading

0 comments on commit ef86bfe

Please sign in to comment.