Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 4, 2020
1 parent 9c24669 commit 1667fe0
Show file tree
Hide file tree
Showing 6 changed files with 1,879 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.idea
/vendor
21 changes: 21 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "stgit90/dedect-valid-card",
"description": "dedect and validate cards",
"type": "library",
"require": {
"phpunit/phpunit": "^9.1"
},
"license": "MIT",
"authors": [
{
"name": "TS",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"CardValidDetect\\": "src/"
}
}
}
Loading

0 comments on commit 1667fe0

Please sign in to comment.