| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "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": {
- "php": ">=7.2.0 <9.0",
- "ext-json": "*",
- "ext-curl": "*",
- "yiisoft/yii2": "^2.0.0"
- },
- "require-dev": {
- "guzzlehttp/guzzle": ">=4.1.4 <7.0",
- "mcustiel/phiremock": "^2.1",
- "mcustiel/phiremock-codeception-extension": "^2.1",
- "mcustiel/phiremock-codeception-module": "^1.1.2",
- "codeception/module-asserts": "^1.3"
- },
- "autoload": {
- "psr-4": {
- "linslin\\yii2\\curl\\": ""
- }
- },
- "archive": {
- "exclude": [
- "/tests"
- ]
- },
- "repositories": [
- {
- "type": "composer",
- "url": "https://asset-packagist.org"
- }
- ]
- }
|