Dotclear

source: composer.json @ 3725:b47f38c701ee

Revision 3725:b47f38c701ee, 737 bytes checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Use specialized input fields (color, email, url, number, …) where is relevant

RevLine 
[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": {
[3725]13          "php": ">=5.5.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.

Sites map