We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f016a commit 3c09213Copy full SHA for 3c09213
composer.json
@@ -4,13 +4,14 @@
4
"type": "library",
5
"homepage": "https://github.com/raphaelvserafim/client-php-api-wa-me",
6
"license": "MIT",
7
+ "minimum-stability": "dev",
8
+ "prefer-stable": true,
9
"autoload": {
10
"psr-4": {
11
"Api\\Wame\\": "src/"
12
}
13
},
14
"require": {
- "php": "^7.2",
15
"ext-curl": "*"
16
17
"authors": [
@@ -19,4 +20,4 @@
19
20
"email": "[email protected]"
21
22
]
-}
23
+}
0 commit comments