Dotclear

source: composer.json @ 3795:19be142ed5ac

Revision 3795:19be142ed5ac, 737 bytes checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

PHP 5.6 is now the minimum version required (PHP 5.5 seems to be buggy with the 2.14)

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

Sites map