1
0

composer.json 347 B

12345678910111213141516171819
  1. {
  2. "config": {
  3. "platform": {
  4. "php": "7.4"
  5. }
  6. },
  7. "require-dev": {
  8. "behat/behat": "3.11.*",
  9. "behat/mink": "1.10.*",
  10. "behat/mink-extension": "2.3.*",
  11. "behat/mink-selenium2-driver": "1.6.*",
  12. "phpunit/phpunit": "9.5.19"
  13. },
  14. "autoload": {
  15. "psr-4": {
  16. "": ["features/bootstrap", "features/core"]
  17. }
  18. }
  19. }