forked from linslin/Yii2-Curl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 823 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "linslin/yii2-curl",
"description": "Easy and nice cURL extension with RESTful support for Yii2",
"type": "yii2-extension",
"keywords": ["yii2","extension"," curl", "RESTful"],
"license": "MIT",
"authors": [
{
"name": "Nils Gajsek",
"email": "info@linslin.org"
}
],
"require": {
"yiisoft/yii2": "*",
"ext-curl": "*"
},
"require-dev": {
"codeception/base": "^2.2.3",
"codeception/verify": "~0.3.1",
"codeception/specify": "~0.4.3",
"guzzlehttp/guzzle": ">=4.1.4 <7.0",
"mcustiel/phiremock-codeception-extension": "1.2.4",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
"psr-4": {
"linslin\\yii2\\curl\\": ""
}
}
}