Require restler/framework into composer.json
This commit is contained in:
parent
29c9686b8e
commit
f6c93525a6
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@
|
|||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"ext-gd": "*",
|
||||
"ext-curl": "*"
|
||||
"ext-curl": "*",
|
||||
"restler/framework": "3.0.*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-mysqli": "*",
|
||||
|
|
|
|||
Loading…
Reference in a new issue