Skip to content

Commit

Permalink
compser updated
Browse files Browse the repository at this point in the history
  • Loading branch information
arabhossain committed Aug 22, 2019
1 parent b7f1985 commit 2d25625
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.idea
composer.json
.idea
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "arabhossain/php-card-detector",
"type": "library",
"description": "Any types of Debit or Credit card type detector",
"keywords": ["card","php","credit","debit","detector"],
"homepage": "https://www.linkedin.com/in/arabhossain",
"license": "MIT",
"authors": [
{
"name": "Arab Hossain",
"email": "green.arab1995@gmail.com",
"homepage": "https://arabhossain.github.io/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-4": {
"src\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 2d25625

Please sign in to comment.