Dotclear

source: composer.json @ 2931:eed943c66a5f

Revision 2931:eed943c66a5f, 685 bytes checked in by Nicolas <nikrou77@…>, 11 years ago (diff)

Start adding behat tests

Line 
1{
2     "name": "dotclear/dotclear",
3     "description": "Dotclear is an open-source web publishing software.",
4     "license": "GPL-V2",
5     "authors": [
6          {
7               "name": "Dotclear Team",
8               "email": "dev@dotclear.org"
9          }
10     ],
11     "minimum-stability": "dev",
12     "require": {
13          "php": ">5.3.0"
14     },
15     "require-dev": {
16          "atoum/atoum": "dev-master",
17          "fzaninotto/faker": "dev-master",
18          "behat/behat": "<3",
19          "behat/common-contexts": "1.2.*",
20          "behat/mink": ">=1.4,<1.5-dev",
21          "symfony/dom-crawler": ">=2.0,<2.4-dev",
22          "symfony/translation": "<2.3.0",
23          "behat/mink-extension": "1.3.*",
24          "behat/mink-goutte-driver": "1.*"
25     },
26     "config": {
27          "bin-dir": "bin/"
28     },
29     "autoload": {
30          "psr-0": { "": "" }
31     }
32}
Note: See TracBrowser for help on using the repository browser.

Sites map