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)
|
Rev | Line | |
---|
[2931] | 1 | { |
---|
| 2 | "name": "dotclear/dotclear", |
---|
| 3 | "description": "Dotclear is an open-source web publishing software.", |
---|
[3675] | 4 | "license": "GPL-2.0-only", |
---|
[2931] | 5 | "authors": [ |
---|
| 6 | { |
---|
| 7 | "name": "Dotclear Team", |
---|
| 8 | "email": "dev@dotclear.org" |
---|
| 9 | } |
---|
| 10 | ], |
---|
| 11 | "minimum-stability": "dev", |
---|
| 12 | "require": { |
---|
[3795] | 13 | "php": ">=5.6.0" |
---|
[2931] | 14 | }, |
---|
| 15 | "require-dev": { |
---|
| 16 | "atoum/atoum": "dev-master", |
---|
| 17 | "fzaninotto/faker": "dev-master", |
---|
[3722] | 18 | "atoum/reports-extension": "dev-master", |
---|
[2931] | 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.