Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6
[phpmyadmin.git] / composer.json
blobd3552cd4a81fb25a930e9f48111a12bda8891e0b
2     "name": "phpmyadmin/phpmyadmin",
3     "type": "application",
4     "description": "MySQL web administration tool",
5     "keywords": ["phpmyadmin","mysql","web"],
6     "homepage": "https://www.phpmyadmin.net/",
7     "license": "GPL-2.0+",
8     "authors": [
9         {
10             "name": "The phpMyAdmin Team",
11             "email": "developers@phpmyadmin.net",
12             "homepage": "https://www.phpmyadmin.net/team/"
13         }
14     ],
15     "support": {
16         "forum": "https://www.phpmyadmin.net/support/",
17         "issues": "https://github.com/phpmyadmin/phpmyadmin/issues",
18         "wiki": "https://wiki.phpmyadmin.net/",
19         "docs": "https://docs.phpmyadmin.net/",
20         "source": "https://github.com/phpmyadmin/phpmyadmin"
21     },
22     "non-feature-branches": ["RELEASE_.*"],
23     "require": {
24         "php": ">=5.5.0",
25         "ext-mbstring": "*",
26         "ext-mysqli": "*",
27         "ext-xml": "*",
28         "ext-pcre": "*",
29         "ext-json": "*"
30     },
31     "suggest": {
32         "ext-openssl": "Cookie encryption",
33         "ext-curl": "Updates checking",
34         "ext-opcache": "Better performance",
35         "ext-zlib": "For gz import and export",
36         "ext-bz2": "For bzip2 import and export",
37         "ext-zip": "For zip import and export",
38         "ext-gd2": "For image transformations"
39     },
40     "require-dev": {
41         "satooshi/php-coveralls": "~0.6",
42         "phpunit/phpunit": "~4.1",
43         "codacy/coverage": "dev-master",
44         "phpunit/phpunit-selenium": "~1.2",
45         "squizlabs/php_codesniffer": "2.*",
46         "phpmyadmin/coding-standard": ">=0.1.0"
47     },
48     "repositories": [
49         {
50             "type": "composer",
51             "url": "https://www.phpmyadmin.net"
52         }
53     ]