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