You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
788B

  1. {
  2. "name": "yiisoft/yii2-codeception",
  3. "description": "The Codeception integration for the Yii framework",
  4. "keywords": ["yii2", "codeception"],
  5. "type": "yii2-extension",
  6. "license": "BSD-3-Clause",
  7. "support": {
  8. "forum": "http://www.yiiframework.com/forum/",
  9. "wiki": "http://www.yiiframework.com/wiki/",
  10. "irc": "irc://irc.freenode.net/yii",
  11. "source": "https://github.com/yiisoft/yii2"
  12. },
  13. "authors": [
  14. {
  15. "name": "Mark Jebri",
  16. "email": "mark.github@yandex.ru"
  17. }
  18. ],
  19. "require": {
  20. "yiisoft/yii2": "*"
  21. },
  22. "autoload": {
  23. "psr-4": { "yii\\codeception\\": "" }
  24. },
  25. "extra": {
  26. "branch-alias": {
  27. "dev-master": "2.0.x-dev"
  28. }
  29. }
  30. }