composer.json 562 B

1234567891011121314151617181920
  1. {
  2. "require": {
  3. "composer/semver": "^1.4",
  4. "fguillot/picofeed": "@stable",
  5. "robthree/twofactorauth": "^1.6",
  6. "bacon/bacon-qr-code": "^1.0"
  7. },
  8. "require-dev": {
  9. "codeception/codeception": "^2.1",
  10. "fzaninotto/faker": "^1.5",
  11. "symfony/yaml": "~2.8",
  12. "symfony/console": "~2.8",
  13. "symfony/finder": "~2.8",
  14. "symfony/event-dispatcher": "~2.8"
  15. },
  16. "scripts": {
  17. "test": "vendor/bin/codecept run unit",
  18. "test-windows": "vendor\\bin\\codecept run unit"
  19. }
  20. }