We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c27acf + f3e12d4 commit 7401ad3Copy full SHA for 7401ad3
README.md
@@ -15,14 +15,8 @@ Install it via Composer
15
Add it to your composer.json
16
```json
17
{
18
- "repositories": [
19
- {
20
- "type": "vcs",
21
- "url": "https://github.com/sendwithus/sendwithus_php"
22
- }
23
- ],
24
"require": {
25
- "sendwithus/api": "dev-master"
+ "sendwithus/api": "^6.4"
26
}
27
28
```
composer.json
@@ -6,5 +6,6 @@
6
},
7
"require-dev": {
8
"phpunit/phpunit": "^9.5"
9
+ },
10
+ "license": "Apache-2.0"
11
0 commit comments