mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Updated composer
* Corrected versions * Removed PHPStan
This commit is contained in:
parent
596ba66903
commit
8b617b990e
2 changed files with 10 additions and 70 deletions
|
@ -42,22 +42,21 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"bugsnag/bugsnag": "*",
|
||||
"bugsnag/bugsnag": "v3.29.0",
|
||||
"egulias/email-validator": "2.*",
|
||||
"filp/whoops": "*",
|
||||
"gigablah/sphinxphp": "*",
|
||||
"google/recaptcha": "*",
|
||||
"filp/whoops": "2.14.6",
|
||||
"gigablah/sphinxphp": "2.0.8",
|
||||
"google/recaptcha": "1.2.4",
|
||||
"guzzlehttp/guzzle": "6.*",
|
||||
"guzzlehttp/psr7": "1.*",
|
||||
"longman/ip-tools": "*",
|
||||
"rych/bencode": "*",
|
||||
"samdark/sitemap": "*",
|
||||
"swiftmailer/swiftmailer": "*",
|
||||
"longman/ip-tools": "1.2.1",
|
||||
"rych/bencode": "v1.0.0",
|
||||
"samdark/sitemap": "2.4.0",
|
||||
"swiftmailer/swiftmailer": "v6.3.0",
|
||||
"symfony/dotenv": "4.*",
|
||||
"symfony/polyfill": "*"
|
||||
"symfony/polyfill": "v1.27.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "*",
|
||||
"symfony/var-dumper": "4.*"
|
||||
},
|
||||
"autoload": {
|
||||
|
|
61
composer.lock
generated
61
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "f032a639a723929ad90e6ecf95aa4054",
|
||||
"content-hash": "fe19943e4649e385d7d39dad9572fdcc",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bugsnag/bugsnag",
|
||||
|
@ -1361,65 +1361,6 @@
|
|||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "1.9.16",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "922e2689bb180575d0f57de0443c431a5a698e8f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/922e2689bb180575d0f57de0443c431a5a698e8f",
|
||||
"reference": "922e2689bb180575d0f57de0443c431a5a698e8f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.2|^8.0"
|
||||
},
|
||||
"conflict": {
|
||||
"phpstan/phpstan-shim": "*"
|
||||
},
|
||||
"bin": [
|
||||
"phpstan",
|
||||
"phpstan.phar"
|
||||
],
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"bootstrap.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "PHPStan - PHP Static Analysis Tool",
|
||||
"keywords": [
|
||||
"dev",
|
||||
"static analysis"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/phpstan/phpstan/issues",
|
||||
"source": "https://github.com/phpstan/phpstan/tree/1.9.16"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/ondrejmirtes",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/phpstan",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-07T10:42:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
"version": "v4.4.47",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue