Skip to content

Commit f74631e

Browse files
Changes for Packagist
1 parent 04172b0 commit f74631e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
"name": "rackspace/php-opencloud",
33
"description": "Rackspace open cloud php library",
44
"keywords": ["opencloud", "cloudfiles"],
5-
"version": "1.4.0",
5+
"version": "1.5.7",
66
"type": "library",
77
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Glen Campbell",
11+
"email": "[email protected]"
12+
},
13+
{
14+
"name": "Jamie Hannaford",
15+
"email": "[email protected]"
16+
}
17+
],
818
"autoload": {
919
"classmap": ["lib/"]
1020
},
@@ -13,4 +23,4 @@
1323
"ext-curl": "*"
1424
}
1525

16-
}
26+
}

0 commit comments

Comments
 (0)