We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da91f2 commit b9b4e2bCopy full SHA for b9b4e2b
composer.json
@@ -1,16 +1,32 @@
1
{
2
"name": "softius/cors-proxy",
3
- "description": "PHP CORS Proxy",
4
- "keywords": ["cors", "proxy"],
5
"type": "library",
+ "description": "PHP CORS Proxy",
+ "keywords": [
6
+ "softius",
7
+ "cors-proxy",
8
+ "cors",
9
+ "proxy"
10
+ ],
11
+ "homepage": "https://github.com/softius/php-cross-domain-proxy",
12
"license": "GPL-3.0",
13
"authors": [
14
15
"name": "Iacovos Constantinou",
- "email": "softius@gmail.com"
16
+ "email": "softius@gmail.com",
17
+ "homepage": "https://github.com/softius",
18
+ "role": "Developer"
19
}
20
],
21
"require": {
22
"php": ">=5.3.0"
23
+ },
24
+ "extra": {
25
+ "branch-alias": {
26
+ "dev-master": "1.0-dev"
27
+ }
28
29
+ "config": {
30
+ "sort-packages": true
31
32
0 commit comments