Skip to content

Commit b9b4e2b

Browse files
committed
Improve composer support
1 parent 9da91f2 commit b9b4e2b

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

composer.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
{
22
"name": "softius/cors-proxy",
3-
"description": "PHP CORS Proxy",
4-
"keywords": ["cors", "proxy"],
53
"type": "library",
4+
"description": "PHP CORS Proxy",
5+
"keywords": [
6+
"softius",
7+
"cors-proxy",
8+
"cors",
9+
"proxy"
10+
],
11+
"homepage": "https://github.com/softius/php-cross-domain-proxy",
612
"license": "GPL-3.0",
713
"authors": [
814
{
915
"name": "Iacovos Constantinou",
10-
"email": "softius@gmail.com"
16+
"email": "softius@gmail.com",
17+
"homepage": "https://github.com/softius",
18+
"role": "Developer"
1119
}
1220
],
1321
"require": {
1422
"php": ">=5.3.0"
23+
},
24+
"extra": {
25+
"branch-alias": {
26+
"dev-master": "1.0-dev"
27+
}
28+
},
29+
"config": {
30+
"sort-packages": true
1531
}
1632
}

0 commit comments

Comments
 (0)