Skip to content

Commit 7bfd2b8

Browse files
committed
chore: Initial Commit
1 parent b22d7f6 commit 7bfd2b8

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "rpmeir/tgrecaptcha",
3+
"description": "Google Recaptcha component for Adianti Studio Framework",
4+
"type": "library",
5+
"autoload": {
6+
"psr-4": {
7+
"Rpmeir\\Tgrecaptcha\\": "src/"
8+
}
9+
},
10+
"authors": [
11+
{
12+
"name": "Rodrigo Pires Meira"
13+
}
14+
],
15+
"minimum-stability": "stable",
16+
"require": {}
17+
}

0 commit comments

Comments
 (0)