Skip to content

Commit 3c09213

Browse files
📦 build: composer.json
1 parent d8f016a commit 3c09213

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"type": "library",
55
"homepage": "https://github.com/raphaelvserafim/client-php-api-wa-me",
66
"license": "MIT",
7+
"minimum-stability": "dev",
8+
"prefer-stable": true,
79
"autoload": {
810
"psr-4": {
911
"Api\\Wame\\": "src/"
1012
}
1113
},
1214
"require": {
13-
"php": "^7.2",
1415
"ext-curl": "*"
1516
},
1617
"authors": [
@@ -19,4 +20,4 @@
1920
"email": "[email protected]"
2021
}
2122
]
22-
}
23+
}

0 commit comments

Comments
 (0)