ifhub2/composer.json

17 lines
414 B
JSON
Raw Normal View History

2024-06-02 09:53:48 +03:00
{
"require-dev": {
2024-06-02 13:44:26 +03:00
"phpstan/phpstan": "^1.11",
"behat/behat": "^2.4",
"behat/mink": "^1.11",
"friends-of-behat/mink-extension": "^1.3"
2024-06-02 09:57:54 +03:00
},
"require": {
2024-06-02 10:01:21 +03:00
"phpmailer/phpmailer": "^6.9",
2024-06-09 10:20:14 +03:00
"imaginaria/jevix": "^2.3",
"livestreet/dklabcache": "^1.0"
2024-06-02 13:44:26 +03:00
},
"scripts": {
"test": "./vendor/bin/behat -c application/tests/behat/behat.yml"
2024-06-02 09:53:48 +03:00
}
}