mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-12 16:02:58 +00:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "phpmyadmin/phpmyadmin",
|
|
"type": "application",
|
|
"description": "MySQL web administration tool",
|
|
"keywords": ["phpmyadmin","mysql","web"],
|
|
"homepage": "https://www.phpmyadmin.net/",
|
|
"license": "GPL-2.0+",
|
|
"authors": [
|
|
{
|
|
"name": "The phpMyAdmin Team",
|
|
"email": "developers@phpmyadmin.net",
|
|
"homepage": "https://www.phpmyadmin.net/team/"
|
|
}
|
|
],
|
|
"support": {
|
|
"forum": "https://www.phpmyadmin.net/support/",
|
|
"issues": "https://github.com/phpmyadmin/phpmyadmin/issues",
|
|
"wiki": "https://wiki.phpmyadmin.net/",
|
|
"docs": "https://docs.phpmyadmin.net/",
|
|
"source": "https://github.com/phpmyadmin/phpmyadmin"
|
|
},
|
|
"non-feature-branches": ["RELEASE_.*"],
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"satooshi/php-coveralls": "~0.6",
|
|
"phpunit/phpunit": "~4.1",
|
|
"codacy/coverage": "dev-master",
|
|
"phpunit/phpunit-selenium": "~1.2",
|
|
"squizlabs/php_codesniffer": "2.*",
|
|
"phpmyadmin/coding-standard": ">=0.1.0"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://www.phpmyadmin.net"
|
|
}
|
|
]
|
|
}
|