Merge pull request #131 from Exile37/hotfix/composer_license_upgrade

Upgrade composer, node and bower project license to MIT
This commit is contained in:
Yuriy Pikhtarev 2017-01-28 23:15:14 +03:00 committed by GitHub
commit b87e2000ca
3 changed files with 98 additions and 77 deletions

View file

@ -5,7 +5,7 @@
"authors": [
"Exile <admin@torrentpier.me>"
],
"license": "GPL-3.0",
"license": "MIT",
"homepage": "https://torrentpier.me/",
"ignore": [
"**/.*",

View file

@ -1,77 +1,98 @@
{
"name": "torrentpier/torrentpier",
"description": "TorrentPier. Bittorrent-tracker engine",
"type": "project",
"keywords": ["bittorrent","forum","torrent","tracker"],
"homepage": "https://torrentpier.me/",
"license": "GPL-3.0",
"authors": [
{
"name": "Exile",
"email": "admin@torrentpier.me",
"role": "Developer"
}
],
"support": {
"email": "support@torrentpier.me",
"issues" : "https://github.com/torrentpier/torrentpier/issues",
"forum": "https://torrentpier.me/forum/",
"get": "https://get.torrentpier.me/",
"docs": "https://faq.torrentpier.me/"
},
"require": {
"php": "^7.0",
"google/recaptcha": "^1.0",
"monolog/monolog": "^1.18",
"pimple/pimple": "^3.0",
"ripaclub/sphinxsearch": "^0.8.0",
"rych/bencode": "^1.0",
"symfony/http-foundation": "^3.0",
"symfony/twig-bridge": "^3.0",
"symfony/translation": "^3.0",
"twig/twig": "^1.0",
"zendframework/zend-authentication": "^2.5",
"zendframework/zend-cache": "^2.5",
"zendframework/zend-config": "^2.5",
"zendframework/zend-db": "^2.5",
"zendframework/zend-file": "^2.5",
"zendframework/zend-filter": "^2.5",
"zendframework/zend-json": "^2.5",
"zendframework/zend-loader": "^2.5",
"zendframework/zend-mail": "^2.5",
"zendframework/zend-session": "^2.5",
"zendframework/zend-version": "^2.5",
"doctrine/cache": "^1.6"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"squizlabs/php_codesniffer": "2.7.*",
"sebastian/phpcpd": "2.0.*"
},
"autoload": {
"psr-4": {
"TorrentPier\\": "src/"
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"scripts": {
"test": [
"composer test:lint",
"composer test:unit",
"composer test:cpd"
],
"test:lint": [
"vendor/bin/phpcs --colors --report-full --standard=PSR2 src tests"
],
"test:unit": [
"vendor/bin/phpunit --configuration phpunit.xml --coverage-text"
],
"test:unit:html": [
"vendor/bin/phpunit --configuration phpunit.xml --coverage-html=internal_data/report"
],
"test:cpd": [
"vendor/bin/phpcpd --exclude=vendor --exclude=internal_data ."
]
}
"name": "torrentpier/torrentpier",
"description": "TorrentPier. Bittorrent-tracker engine",
"type": "project",
"keywords": [
"bittorrent",
"forum",
"torrent",
"tracker"
],
"homepage": "https://torrentpier.me/",
"license": "MIT",
"authors": [
{
"name": "Exile",
"email": "admin@torrentpier.me",
"homepage": "https://torrentpier.me/forum/members/exile.1/",
"role": "Developer"
},
{
"name": "Diolektor",
"homepage": "https://torrentpier.me/forum/members/diolektor.5765/",
"role": "Developer"
},
{
"name": "PheRum",
"homepage": "https://torrentpier.me/forum/members/pherum.23/",
"role": "Developer"
},
{
"name": "tpuser",
"homepage": "https://torrentpier.me/forum/members/tpuser.7560/",
"role": "Developer"
}
],
"support": {
"email": "support@torrentpier.me",
"issues": "https://github.com/torrentpier/torrentpier/issues",
"forum": "https://torrentpier.me/forum/",
"get": "https://get.torrentpier.me/",
"docs": "https://faq.torrentpier.me/"
},
"require": {
"php": "^7.0",
"google/recaptcha": "^1.0",
"monolog/monolog": "^1.18",
"pimple/pimple": "^3.0",
"ripaclub/sphinxsearch": "^0.8.0",
"rych/bencode": "^1.0",
"symfony/http-foundation": "^3.0",
"symfony/twig-bridge": "^3.0",
"symfony/translation": "^3.0",
"twig/twig": "^1.0",
"zendframework/zend-authentication": "^2.5",
"zendframework/zend-cache": "^2.5",
"zendframework/zend-config": "^2.5",
"zendframework/zend-db": "^2.5",
"zendframework/zend-file": "^2.5",
"zendframework/zend-filter": "^2.5",
"zendframework/zend-json": "^2.5",
"zendframework/zend-loader": "^2.5",
"zendframework/zend-mail": "^2.5",
"zendframework/zend-session": "^2.5",
"zendframework/zend-version": "^2.5",
"doctrine/cache": "^1.6"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
"squizlabs/php_codesniffer": "2.7.*",
"sebastian/phpcpd": "2.0.*"
},
"autoload": {
"psr-4": {
"TorrentPier\\": "src/"
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"scripts": {
"test": [
"composer test:lint",
"composer test:unit",
"composer test:cpd"
],
"test:lint": [
"vendor/bin/phpcs --colors --report-full --standard=PSR2 src tests"
],
"test:unit": [
"vendor/bin/phpunit --configuration phpunit.xml --coverage-text"
],
"test:unit:html": [
"vendor/bin/phpunit --configuration phpunit.xml --coverage-html=internal_data/report"
],
"test:cpd": [
"vendor/bin/phpcpd --exclude=vendor --exclude=internal_data ."
]
}
}

View file

@ -14,7 +14,7 @@
"url": "git+https://github.com/torrentpier/torrentpier.git"
},
"author": "",
"license": "GPL-3.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/torrentpier/torrentpier/issues"
},