diff options
Diffstat (limited to 'tests/acceptance/composer.json')
-rw-r--r-- | tests/acceptance/composer.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/acceptance/composer.json b/tests/acceptance/composer.json deleted file mode 100644 index 142e791ced3..00000000000 --- a/tests/acceptance/composer.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "config": { - "platform": { - "php": "7.4" - } - }, - "require-dev": { - "behat/behat": "3.11.*", - "behat/mink": "1.10.*", - "behat/mink-extension": "2.3.*", - "behat/mink-selenium2-driver": "1.6.*", - "phpunit/phpunit": "9.5.19" - }, - "autoload": { - "psr-4": { - "": ["features/bootstrap", "features/core"] - } - } -} |