Skip to content
Snippets Groups Projects
composer.json 872 B
Newer Older
{
  "name": "palax/yii2-bitrix",
  "description": "Essential components for integrating Yii2 with Bitrix",
  "type": "yii2-extension",
  "license": "GPL-3.0-only",
  "authors": [
    {
      "name": "Druganov Demid",
      "email": "ddruganov@bk.ru"
    }
  ],
  "autoload": {
    "psr-4": {
      "palax\\yii2bitrix\\": "src/",
      "tests\\": "tests/"
    }
  },
  "repositories": [
    {
      "type": "composer",
      "url": "https://asset-packagist.org"
    }
  ],
  "require-dev": {
    "codeception/codeception": "*",
    "codeception/module-asserts": "*",
    "codeception/module-phpbrowser": "*",
    "fakerphp/faker": "^1"
  },
  "require": {
    "php": "^8.1",
    "ext-curl": "*",
    "yiisoft/yii2": "^2",
    "palax/yii2-core": "^0"
  },
  "minimum-stability": "stable",
  "config": {
    "allow-plugins": {
      "yiisoft/yii2-composer": true
    }
  }
}