22 lines
489 B
JSON
22 lines
489 B
JSON
{
|
|
"name": "linslin/yii2-curl",
|
|
"description": "Cool working cURL extension with RESTful support for Yii",
|
|
"type": "yii2-extension",
|
|
"keywords": ["yii2","extension"," curl", "RESTful"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Nils Gajsek",
|
|
"email": "info@linslin.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"yiisoft/yii2": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"linslin\\yii2\\curl\\": ""
|
|
}
|
|
}
|
|
}
|