mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-23 06:35:45 -07:00
Merge pull request #131 from Exile37/hotfix/composer_license_upgrade
Upgrade composer, node and bower project license to MIT
This commit is contained in:
commit
b87e2000ca
3 changed files with 98 additions and 77 deletions
|
@ -5,7 +5,7 @@
|
||||||
"authors": [
|
"authors": [
|
||||||
"Exile <admin@torrentpier.me>"
|
"Exile <admin@torrentpier.me>"
|
||||||
],
|
],
|
||||||
"license": "GPL-3.0",
|
"license": "MIT",
|
||||||
"homepage": "https://torrentpier.me/",
|
"homepage": "https://torrentpier.me/",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
|
|
171
composer.json
171
composer.json
|
@ -1,77 +1,98 @@
|
||||||
{
|
{
|
||||||
"name": "torrentpier/torrentpier",
|
"name": "torrentpier/torrentpier",
|
||||||
"description": "TorrentPier. Bittorrent-tracker engine",
|
"description": "TorrentPier. Bittorrent-tracker engine",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"keywords": ["bittorrent","forum","torrent","tracker"],
|
"keywords": [
|
||||||
"homepage": "https://torrentpier.me/",
|
"bittorrent",
|
||||||
"license": "GPL-3.0",
|
"forum",
|
||||||
"authors": [
|
"torrent",
|
||||||
{
|
"tracker"
|
||||||
"name": "Exile",
|
],
|
||||||
"email": "admin@torrentpier.me",
|
"homepage": "https://torrentpier.me/",
|
||||||
"role": "Developer"
|
"license": "MIT",
|
||||||
}
|
"authors": [
|
||||||
],
|
{
|
||||||
"support": {
|
"name": "Exile",
|
||||||
"email": "support@torrentpier.me",
|
"email": "admin@torrentpier.me",
|
||||||
"issues" : "https://github.com/torrentpier/torrentpier/issues",
|
"homepage": "https://torrentpier.me/forum/members/exile.1/",
|
||||||
"forum": "https://torrentpier.me/forum/",
|
"role": "Developer"
|
||||||
"get": "https://get.torrentpier.me/",
|
},
|
||||||
"docs": "https://faq.torrentpier.me/"
|
{
|
||||||
},
|
"name": "Diolektor",
|
||||||
"require": {
|
"homepage": "https://torrentpier.me/forum/members/diolektor.5765/",
|
||||||
"php": "^7.0",
|
"role": "Developer"
|
||||||
"google/recaptcha": "^1.0",
|
},
|
||||||
"monolog/monolog": "^1.18",
|
{
|
||||||
"pimple/pimple": "^3.0",
|
"name": "PheRum",
|
||||||
"ripaclub/sphinxsearch": "^0.8.0",
|
"homepage": "https://torrentpier.me/forum/members/pherum.23/",
|
||||||
"rych/bencode": "^1.0",
|
"role": "Developer"
|
||||||
"symfony/http-foundation": "^3.0",
|
},
|
||||||
"symfony/twig-bridge": "^3.0",
|
{
|
||||||
"symfony/translation": "^3.0",
|
"name": "tpuser",
|
||||||
"twig/twig": "^1.0",
|
"homepage": "https://torrentpier.me/forum/members/tpuser.7560/",
|
||||||
"zendframework/zend-authentication": "^2.5",
|
"role": "Developer"
|
||||||
"zendframework/zend-cache": "^2.5",
|
}
|
||||||
"zendframework/zend-config": "^2.5",
|
],
|
||||||
"zendframework/zend-db": "^2.5",
|
"support": {
|
||||||
"zendframework/zend-file": "^2.5",
|
"email": "support@torrentpier.me",
|
||||||
"zendframework/zend-filter": "^2.5",
|
"issues": "https://github.com/torrentpier/torrentpier/issues",
|
||||||
"zendframework/zend-json": "^2.5",
|
"forum": "https://torrentpier.me/forum/",
|
||||||
"zendframework/zend-loader": "^2.5",
|
"get": "https://get.torrentpier.me/",
|
||||||
"zendframework/zend-mail": "^2.5",
|
"docs": "https://faq.torrentpier.me/"
|
||||||
"zendframework/zend-session": "^2.5",
|
},
|
||||||
"zendframework/zend-version": "^2.5",
|
"require": {
|
||||||
"doctrine/cache": "^1.6"
|
"php": "^7.0",
|
||||||
},
|
"google/recaptcha": "^1.0",
|
||||||
"require-dev": {
|
"monolog/monolog": "^1.18",
|
||||||
"phpunit/phpunit": "^5.0",
|
"pimple/pimple": "^3.0",
|
||||||
"squizlabs/php_codesniffer": "2.7.*",
|
"ripaclub/sphinxsearch": "^0.8.0",
|
||||||
"sebastian/phpcpd": "2.0.*"
|
"rych/bencode": "^1.0",
|
||||||
},
|
"symfony/http-foundation": "^3.0",
|
||||||
"autoload": {
|
"symfony/twig-bridge": "^3.0",
|
||||||
"psr-4": {
|
"symfony/translation": "^3.0",
|
||||||
"TorrentPier\\": "src/"
|
"twig/twig": "^1.0",
|
||||||
}
|
"zendframework/zend-authentication": "^2.5",
|
||||||
},
|
"zendframework/zend-cache": "^2.5",
|
||||||
"minimum-stability": "stable",
|
"zendframework/zend-config": "^2.5",
|
||||||
"prefer-stable": true,
|
"zendframework/zend-db": "^2.5",
|
||||||
"scripts": {
|
"zendframework/zend-file": "^2.5",
|
||||||
"test": [
|
"zendframework/zend-filter": "^2.5",
|
||||||
"composer test:lint",
|
"zendframework/zend-json": "^2.5",
|
||||||
"composer test:unit",
|
"zendframework/zend-loader": "^2.5",
|
||||||
"composer test:cpd"
|
"zendframework/zend-mail": "^2.5",
|
||||||
],
|
"zendframework/zend-session": "^2.5",
|
||||||
"test:lint": [
|
"zendframework/zend-version": "^2.5",
|
||||||
"vendor/bin/phpcs --colors --report-full --standard=PSR2 src tests"
|
"doctrine/cache": "^1.6"
|
||||||
],
|
},
|
||||||
"test:unit": [
|
"require-dev": {
|
||||||
"vendor/bin/phpunit --configuration phpunit.xml --coverage-text"
|
"phpunit/phpunit": "^5.0",
|
||||||
],
|
"squizlabs/php_codesniffer": "2.7.*",
|
||||||
"test:unit:html": [
|
"sebastian/phpcpd": "2.0.*"
|
||||||
"vendor/bin/phpunit --configuration phpunit.xml --coverage-html=internal_data/report"
|
},
|
||||||
],
|
"autoload": {
|
||||||
"test:cpd": [
|
"psr-4": {
|
||||||
"vendor/bin/phpcpd --exclude=vendor --exclude=internal_data ."
|
"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 ."
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"url": "git+https://github.com/torrentpier/torrentpier.git"
|
"url": "git+https://github.com/torrentpier/torrentpier.git"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "GPL-3.0",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/torrentpier/torrentpier/issues"
|
"url": "https://github.com/torrentpier/torrentpier/issues"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue