Skip to content

Commit 24065c8

Browse files
committed
initial commit of REST client files
1 parent 70be3e5 commit 24065c8

2 files changed

Lines changed: 731 additions & 0 deletions

File tree

‎composer.json‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "shutterstock/presto",
3+
"type": "library",
4+
"description": "PHP REST Orchestration",
5+
"keywords": ["PHP","REST","client","library","module","api"],
6+
"homepage": "https://github.com/shutterstock/presto",
7+
"authors": [
8+
{
9+
"name": "Brent Baisley",
10+
"email": "bbaisley@shutterstock.com",
11+
"homepage": "http://api.shutterstock.com/"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.3.0"
16+
},
17+
"autoload": {
18+
"classmap": ["./"]
19+
}
20+
}

0 commit comments

Comments
 (0)