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 3bf9dff commit f49174d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_size = 2
16 changes: 10 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{
"name": "stgit90/dedect-valid-card",
"description": "dedect and validate cards",
"name": "stgit90/detect-valid-card",
"description": "Utility to valid and determine bank card type by stgit90",
"type": "library",
"require": {
"phpunit/phpunit": "^9.1"
},
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "TS",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": "^7.2.5",
"phpunit/phpunit": "^9.1"
},
"config": {
"optimize-autoloader": true
},
"autoload": {
"psr-4": {
"CardValidDetect\\": "src/"
Expand Down

0 comments on commit f49174d

Please sign in to comment.