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.

composer.json 287B

1234567891011121314
  1. {
  2. "require-dev": {
  3. "behat/behat": "3.8.1",
  4. "behat/mink": "1.8.1",
  5. "behat/mink-extension": "2.3.1",
  6. "behat/mink-selenium2-driver": "1.4.0",
  7. "phpunit/phpunit": "9.5.19"
  8. },
  9. "autoload": {
  10. "psr-4": {
  11. "": ["features/bootstrap", "features/core"]
  12. }
  13. }
  14. }