Skip to content

Commit 7401ad3

Browse files
authored
Merge pull request #88 from sendwithus/update-readme-add-composer-license
Updates README to not use Github for package
2 parents 8c27acf + f3e12d4 commit 7401ad3

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@ Install it via Composer
1515
Add it to your composer.json
1616
```json
1717
{
18-
"repositories": [
19-
{
20-
"type": "vcs",
21-
"url": "https://github.com/sendwithus/sendwithus_php"
22-
}
23-
],
2418
"require": {
25-
"sendwithus/api": "dev-master"
19+
"sendwithus/api": "^6.4"
2620
}
2721
}
2822
```

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
},
77
"require-dev": {
88
"phpunit/phpunit": "^9.5"
9-
}
9+
},
10+
"license": "Apache-2.0"
1011
}

0 commit comments

Comments
 (0)