Skip to content

Commit 9a80703

Browse files
committed
chore: removed repositories from composer.json
1 parent 37a7349 commit 9a80703

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
2-
"name": "papertower/wp-rest-api-psr7",
2+
"name": "oak-digital/wp-rest-api-psr7",
33
"description": "Provides PSR-7 and WP REST API Response and Request classes",
44
"type": "library",
55
"license": "MIT",
66
"require": {
77
"psr/http-message": "^2.0",
88
"league/uri": "^7.5"
99
},
10-
"repositories": [
11-
{
12-
"type": "git",
13-
"url": "git@github.com:papertower/WP-REST-API-PSR7.git"
14-
}
15-
],
1610
"keywords": ["wp rest api", "wordpress", "psr-7"],
1711
"authors": [
1812
{

0 commit comments

Comments
 (0)