Skip to content

Commit

Permalink
omit tests in prduct
Browse files Browse the repository at this point in the history
  • Loading branch information
yondifon committed Jul 22, 2021
1 parent b02a6d7 commit dfdc99d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor
.phpunit.result.cache
.phpunit.result.cache
composer.lock
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
"name": "malico/mobile-cm-php",
"description": "Get Telephone number's Mobile Network",
"license": "MIT",
"archive": {
"exclude": [
"tests"
]
},
"authors": [
{
"name": "Malico",
"email": "[email protected]"
}

],
"autoload":
{
"psr-4":
{
"autoload": {
"psr-4": {
"Malico\\MobileCM\\": "src/"
}
},
Expand Down

0 comments on commit dfdc99d

Please sign in to comment.