We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22d7f6 commit 7bfd2b8Copy full SHA for 7bfd2b8
2 files changed
.gitignore
@@ -0,0 +1 @@
1
+/vendor/
composer.json
@@ -0,0 +1,17 @@
+{
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