diff --git a/composer.json b/composer.json index 6a6fdcac7..0d431b220 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/composer.lock b/composer.lock index 32492ddad..627755cdc 100644 --- a/composer.lock +++ b/composer.lock @@ -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",