diff --git a/composer.json b/composer.json index 0c7ee0b6..b27c1939 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "friendsofsymfony/jsrouting-bundle": "3.5.2", "gedmo/doctrine-extensions": "3.17.1", "helios-ag/fm-elfinder-bundle": "12.6", - "jms/serializer": "3.32.1", + "jms/serializer": "3.31.1", "jms/serializer-bundle": "5.5.1", "league/html-to-markdown": "5.1.1", "ml/json-ld": "1.2.1", diff --git a/composer.lock b/composer.lock index 3a91a651..4efdd213 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": "a31dc6dfdb742ce2e022285b0a09854a", + "content-hash": "b48695608c7d7eefc36e8cf69f50ff41", "packages": [ { "name": "behat/transliterator", @@ -2512,16 +2512,16 @@ }, { "name": "jms/serializer", - "version": "3.32.1", + "version": "3.31.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "b4285f4197a5b961d365e2c756b144d7af24a7fd" + "reference": "362503da26673f210221c25b99c795da718ad9aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/b4285f4197a5b961d365e2c756b144d7af24a7fd", - "reference": "b4285f4197a5b961d365e2c756b144d7af24a7fd", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/362503da26673f210221c25b99c795da718ad9aa", + "reference": "362503da26673f210221c25b99c795da718ad9aa", "shasum": "" }, "require": { @@ -2529,7 +2529,7 @@ "doctrine/lexer": "^2.0 || ^3.0", "jms/metadata": "^2.6", "php": "^7.4 || ^8.0", - "phpstan/phpdoc-parser": "^1.20 || ^2.0" + "phpstan/phpdoc-parser": "^1.20" }, "require-dev": { "doctrine/annotations": "^1.14 || ^2.0", @@ -2541,11 +2541,10 @@ "jackalope/jackalope-doctrine-dbal": "^1.3", "ocramius/proxy-manager": "^1.0 || ^2.0", "phpbench/phpbench": "^1.0", - "phpstan/phpstan": "^2.0", + "phpstan/phpstan": "^1.10.57", "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0", "psr/container": "^1.0 || ^2.0", - "rector/rector": "^1.0.0 || ^2.0@dev", - "slevomat/coding-standard": "dev-master#f2cc4c553eae68772624ffd7dd99022343b69c31 as 8.11.9999", + "rector/rector": "^1.0.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/expression-language": "^5.4 || ^6.0 || ^7.0", "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", @@ -2598,7 +2597,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/serializer/issues", - "source": "https://github.com/schmittjoh/serializer/tree/3.32.1" + "source": "https://github.com/schmittjoh/serializer/tree/3.31.1" }, "funding": [ { @@ -2606,7 +2605,7 @@ "type": "github" } ], - "time": "2024-12-03T22:30:06+00:00" + "time": "2024-10-31T18:35:14+00:00" }, { "name": "jms/serializer-bundle", @@ -3995,30 +3994,30 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "2.0.0", + "version": "1.33.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299" + "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/c00d78fb6b29658347f9d37ebe104bffadf36299", - "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140", + "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140", "shasum": "" }, "require": { - "php": "^7.4 || ^8.0" + "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/annotations": "^2.0", - "nikic/php-parser": "^5.3.0", + "nikic/php-parser": "^4.15", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", - "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^9.6", + "phpstan/phpstan": "^1.5", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5", "symfony/process": "^5.2" }, "type": "library", @@ -4036,9 +4035,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/2.0.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.33.0" }, - "time": "2024-10-13T11:29:49+00:00" + "time": "2024-10-13T11:25:22+00:00" }, { "name": "psr/cache",