mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Updated composer dependencies
This commit is contained in:
parent
cf16362077
commit
5324a782ed
2 changed files with 908 additions and 361 deletions
|
@ -26,6 +26,11 @@
|
||||||
"name": "PheRum",
|
"name": "PheRum",
|
||||||
"homepage": "https://github.com/PheRum",
|
"homepage": "https://github.com/PheRum",
|
||||||
"role": "Developer"
|
"role": "Developer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "belomaxorka",
|
||||||
|
"homepage": "https://github.com/belomaxorka",
|
||||||
|
"role": "Developer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
|
@ -36,25 +41,29 @@
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1.3",
|
"php": "^7.1.3",
|
||||||
"bugsnag/bugsnag": "3.13.0",
|
"bugsnag/bugsnag": "*",
|
||||||
"filp/whoops": "^2.2.0",
|
"egulias/email-validator": "2.*",
|
||||||
"gigablah/sphinxphp": "2.0.8",
|
"filp/whoops": "*",
|
||||||
"google/recaptcha": "1.1.3",
|
"gigablah/sphinxphp": "*",
|
||||||
"longman/ip-tools": "1.2.1",
|
"google/recaptcha": "*",
|
||||||
"rych/bencode": "1.0.0",
|
"guzzlehttp/guzzle": "6.*",
|
||||||
"samdark/sitemap": "2.2.0",
|
"guzzlehttp/psr7": "1.*",
|
||||||
"swiftmailer/swiftmailer": "6.0.2",
|
"longman/ip-tools": "*",
|
||||||
"symfony/dotenv": "4.1.0",
|
"rych/bencode": "*",
|
||||||
"symfony/var-dumper": "4.1.0"
|
"samdark/sitemap": "*",
|
||||||
},
|
"swiftmailer/swiftmailer": "*",
|
||||||
"require-dev": {
|
"symfony/dotenv": "4.*",
|
||||||
"roave/security-advisories": "dev-master"
|
"symfony/var-dumper": "4.*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"TorrentPier\\": "src/"
|
"TorrentPier\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"config": {
|
||||||
|
"sort-packages": true,
|
||||||
|
"optimize-autoloader": false
|
||||||
|
},
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
}
|
}
|
||||||
|
|
1232
composer.lock
generated
1232
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue