diff --git a/adminator3/app/Core/shared/vlastnici2pridani.class.php b/adminator3/app/Core/Customer/vlastnici2pridani.class.php similarity index 100% rename from adminator3/app/Core/shared/vlastnici2pridani.class.php rename to adminator3/app/Core/Customer/vlastnici2pridani.class.php diff --git a/adminator3/boostrap/session.php b/adminator3/boostrap/session.php index 822ca1de5..4081f8f57 100644 --- a/adminator3/boostrap/session.php +++ b/adminator3/boostrap/session.php @@ -1,5 +1,9 @@ get(SessionInterface::class); diff --git a/adminator3/composer.json b/adminator3/composer.json index 321891050..53a560b74 100644 --- a/adminator3/composer.json +++ b/adminator3/composer.json @@ -25,15 +25,15 @@ "formr/formr": "^1.5", "illuminate/database": "^10.48", "illuminate/events": "^v10.0", + "illuminate/session": "v10.48", + "illuminate/pagination": "^10.48", "cartalyst/sentinel": "^v7.0", + "symfony/http-foundation": "^v6.4", "nyholm/psr7": "^1.4.1", "nyholm/psr7-server": "^1.0.2", - "symfony/http-foundation": "^v6.4", - "odan/session": "^6.1", "setasign/fpdf": "1.8.6", "phpmailer/phpmailer": "^6.9.1", "lloricode/laravel-html-table": "^2.1", - "illuminate/pagination": "^10.48", "evilfreelancer/routeros-api-php": "1.5.2", "robmorgan/phinx": "^0.12.10", "open-telemetry/opentelemetry-auto-slim": "^1.0.5", diff --git a/adminator3/composer.lock b/adminator3/composer.lock index f6327066a..db9ec6979 100644 --- a/adminator3/composer.lock +++ b/adminator3/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": "4ed659558b8633ac62b3348dc1ea49b2", + "content-hash": "e5144b5212c508fb03c8b0f35e1dd9e7", "packages": [ { "name": "amnuts/opcache-gui", @@ -1273,7 +1273,7 @@ }, { "name": "illuminate/bus", - "version": "v10.48.10", + "version": "v10.48.11", "source": { "type": "git", "url": "https://github.com/illuminate/bus.git", @@ -1326,7 +1326,7 @@ }, { "name": "illuminate/collections", - "version": "v10.48.10", + "version": "v10.48.11", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", @@ -1381,7 +1381,7 @@ }, { "name": "illuminate/conditionable", - "version": "v10.48.10", + "version": "v10.48.11", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", @@ -1427,7 +1427,7 @@ }, { "name": "illuminate/container", - "version": "v10.48.10", + "version": "v10.48.11", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", @@ -1478,7 +1478,7 @@ }, { "name": "illuminate/contracts", - "version": "v10.48.10", + "version": "v10.48.11", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", @@ -1526,16 +1526,16 @@ }, { "name": "illuminate/database", - "version": "v10.48.10", + "version": "v10.48.11", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", - "reference": "eb8edf206d3a6eea8894bc6e21f53469e27dd5c9" + "reference": "c57f5c8d3e55d9c952a2ad5f432bcb1dc2d3322c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/database/zipball/eb8edf206d3a6eea8894bc6e21f53469e27dd5c9", - "reference": "eb8edf206d3a6eea8894bc6e21f53469e27dd5c9", + "url": "https://api.github.com/repos/illuminate/database/zipball/c57f5c8d3e55d9c952a2ad5f432bcb1dc2d3322c", + "reference": "c57f5c8d3e55d9c952a2ad5f432bcb1dc2d3322c", "shasum": "" }, "require": { @@ -1595,11 +1595,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-04-29T13:23:17+00:00" + "time": "2024-05-13T17:20:36+00:00" }, { "name": "illuminate/events", - "version": "v10.48.10", + "version": "v10.48.11", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", @@ -1652,9 +1652,76 @@ }, "time": "2024-03-04T14:41:04+00:00" }, + { + "name": "illuminate/filesystem", + "version": "v10.48.11", + "source": { + "type": "git", + "url": "https://github.com/illuminate/filesystem.git", + "reference": "592fb581a52fba43bf78c2e4b22db540c9f9f149" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/illuminate/filesystem/zipball/592fb581a52fba43bf78c2e4b22db540c9f9f149", + "reference": "592fb581a52fba43bf78c2e4b22db540c9f9f149", + "shasum": "" + }, + "require": { + "illuminate/collections": "^10.0", + "illuminate/contracts": "^10.0", + "illuminate/macroable": "^10.0", + "illuminate/support": "^10.0", + "php": "^8.1", + "symfony/finder": "^6.2" + }, + "suggest": { + "ext-fileinfo": "Required to use the Filesystem class.", + "ext-ftp": "Required to use the Flysystem FTP driver.", + "ext-hash": "Required to use the Filesystem class.", + "illuminate/http": "Required for handling uploaded files (^7.0).", + "league/flysystem": "Required to use the Flysystem local driver (^3.0.16).", + "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", + "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).", + "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).", + "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", + "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).", + "symfony/mime": "Required to enable support for guessing extensions (^6.2)." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "10.x-dev" + } + }, + "autoload": { + "files": [ + "functions.php" + ], + "psr-4": { + "Illuminate\\Filesystem\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Filesystem package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2024-03-11T21:45:53+00:00" + }, { "name": "illuminate/macroable", - "version": "v10.48.10", + "version": "v10.48.11", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", @@ -1700,7 +1767,7 @@ }, { "name": "illuminate/pagination", - "version": "v10.48.10", + "version": "v10.48.11", "source": { "type": "git", "url": "https://github.com/illuminate/pagination.git", @@ -1750,7 +1817,7 @@ }, { "name": "illuminate/pipeline", - "version": "v10.48.10", + "version": "v10.48.11", "source": { "type": "git", "url": "https://github.com/illuminate/pipeline.git", @@ -1796,18 +1863,75 @@ }, "time": "2023-12-19T14:47:26+00:00" }, + { + "name": "illuminate/session", + "version": "v10.48.0", + "source": { + "type": "git", + "url": "https://github.com/illuminate/session.git", + "reference": "a095707b83327e27ba292c9c4d2413888b1f517c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/illuminate/session/zipball/a095707b83327e27ba292c9c4d2413888b1f517c", + "reference": "a095707b83327e27ba292c9c4d2413888b1f517c", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-session": "*", + "illuminate/collections": "^10.0", + "illuminate/contracts": "^10.0", + "illuminate/filesystem": "^10.0", + "illuminate/support": "^10.0", + "php": "^8.1", + "symfony/finder": "^6.2", + "symfony/http-foundation": "^6.4" + }, + "suggest": { + "illuminate/console": "Required to use the session:table command (^10.0)." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "10.x-dev" + } + }, + "autoload": { + "psr-4": { + "Illuminate\\Session\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "The Illuminate Session package.", + "homepage": "https://laravel.com", + "support": { + "issues": "https://github.com/laravel/framework/issues", + "source": "https://github.com/laravel/framework" + }, + "time": "2023-12-29T21:53:12+00:00" + }, { "name": "illuminate/support", - "version": "v10.48.10", + "version": "v10.48.11", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "ee3a1aaed36d916654ce0ae09dfbd38644a4f582" + "reference": "263f389d81488c237846b69469f91387ca2729f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/ee3a1aaed36d916654ce0ae09dfbd38644a4f582", - "reference": "ee3a1aaed36d916654ce0ae09dfbd38644a4f582", + "url": "https://api.github.com/repos/illuminate/support/zipball/263f389d81488c237846b69469f91387ca2729f3", + "reference": "263f389d81488c237846b69469f91387ca2729f3", "shasum": "" }, "require": { @@ -1865,7 +1989,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-04-07T17:47:33+00:00" + "time": "2024-05-16T21:33:51+00:00" }, { "name": "laravel/serializable-closure", @@ -2870,60 +2994,6 @@ ], "time": "2023-11-08T09:30:43+00:00" }, - { - "name": "odan/session", - "version": "6.1.0", - "source": { - "type": "git", - "url": "https://github.com/odan/session.git", - "reference": "b30e66903ab2cfa012c1d6c49b9bb11caa4c9f57" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/odan/session/zipball/b30e66903ab2cfa012c1d6c49b9bb11caa4c9f57", - "reference": "b30e66903ab2cfa012c1d6c49b9bb11caa4c9f57", - "shasum": "" - }, - "require": { - "php": "^8.0", - "psr/http-message": "^1", - "psr/http-server-handler": "^1", - "psr/http-server-middleware": "^1" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^3", - "middlewares/utils": "^3", - "nyholm/psr7": "^1.5", - "phpstan/phpstan": "^1", - "phpunit/phpunit": "^7 || ^8 || ^9 || ^10", - "squizlabs/php_codesniffer": "^3", - "symfony/console": "6.0.*", - "symfony/event-dispatcher": "6.0.*", - "symfony/filesystem": "6.0.*", - "symfony/finder": "6.0.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Odan\\Session\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "A Slim session handler", - "homepage": "https://github.com/odan/session", - "keywords": [ - "session", - "slim" - ], - "support": { - "issues": "https://github.com/odan/session/issues", - "source": "https://github.com/odan/session/tree/6.1.0" - }, - "time": "2023-01-22T10:40:26+00:00" - }, { "name": "open-feature/flagd-provider", "version": "0.7.0", @@ -3403,16 +3473,16 @@ }, { "name": "open-telemetry/opentelemetry-auto-slim", - "version": "1.0.5", + "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/opentelemetry-php/contrib-auto-slim.git", - "reference": "610cfbc92148aacf054bb3ccb65a6a23205adb02" + "reference": "3e4fee5231ee03c0762fdf5e0177d8c5c619e33d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opentelemetry-php/contrib-auto-slim/zipball/610cfbc92148aacf054bb3ccb65a6a23205adb02", - "reference": "610cfbc92148aacf054bb3ccb65a6a23205adb02", + "url": "https://api.github.com/repos/opentelemetry-php/contrib-auto-slim/zipball/3e4fee5231ee03c0762fdf5e0177d8c5c619e33d", + "reference": "3e4fee5231ee03c0762fdf5e0177d8c5c619e33d", "shasum": "" }, "require": { @@ -3463,9 +3533,9 @@ "tracing" ], "support": { - "source": "https://github.com/opentelemetry-php/contrib-auto-slim/tree/1.0.5" + "source": "https://github.com/opentelemetry-php/contrib-auto-slim/tree/1.0.6" }, - "time": "2024-04-08T02:39:49+00:00" + "time": "2024-05-16T04:25:30+00:00" }, { "name": "open-telemetry/sdk", @@ -5903,6 +5973,70 @@ ], "time": "2024-04-18T09:29:19+00:00" }, + { + "name": "symfony/finder", + "version": "v6.4.7", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "511c48990be17358c23bf45c5d71ab85d40fb764" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/511c48990be17358c23bf45c5d71ab85d40fb764", + "reference": "511c48990be17358c23bf45c5d71ab85d40fb764", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "require-dev": { + "symfony/filesystem": "^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Finds files and directories via an intuitive fluent interface", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/finder/tree/v6.4.7" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-04-23T10:36:43+00:00" + }, { "name": "symfony/http-foundation", "version": "v6.4.7", @@ -7012,16 +7146,16 @@ }, { "name": "twig/twig", - "version": "v3.10.2", + "version": "v3.10.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "7aaed0b8311a557cc8c4047a71fd03153a00e755" + "reference": "67f29781ffafa520b0bbfbd8384674b42db04572" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/7aaed0b8311a557cc8c4047a71fd03153a00e755", - "reference": "7aaed0b8311a557cc8c4047a71fd03153a00e755", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/67f29781ffafa520b0bbfbd8384674b42db04572", + "reference": "67f29781ffafa520b0bbfbd8384674b42db04572", "shasum": "" }, "require": { @@ -7075,7 +7209,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.10.2" + "source": "https://github.com/twigphp/Twig/tree/v3.10.3" }, "funding": [ { @@ -7087,7 +7221,7 @@ "type": "tidelift" } ], - "time": "2024-05-14T06:04:16+00:00" + "time": "2024-05-16T10:04:27+00:00" }, { "name": "voku/portable-ascii", @@ -7737,16 +7871,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.57.0", + "version": "v3.57.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "0d4fcaea3e1d1304f75b9ff58474f60484e43498" + "reference": "22f7f3145606df92b02fb1bd22c30abfce956d3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/0d4fcaea3e1d1304f75b9ff58474f60484e43498", - "reference": "0d4fcaea3e1d1304f75b9ff58474f60484e43498", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/22f7f3145606df92b02fb1bd22c30abfce956d3c", + "reference": "22f7f3145606df92b02fb1bd22c30abfce956d3c", "shasum": "" }, "require": { @@ -7825,7 +7959,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.57.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.57.2" }, "funding": [ { @@ -7833,7 +7967,7 @@ "type": "github" } ], - "time": "2024-05-15T14:45:33+00:00" + "time": "2024-05-20T20:41:57+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -7989,16 +8123,16 @@ }, { "name": "mockery/mockery", - "version": "1.6.11", + "version": "1.6.12", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "81a161d0b135df89951abd52296adf97deb0723d" + "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/81a161d0b135df89951abd52296adf97deb0723d", - "reference": "81a161d0b135df89951abd52296adf97deb0723d", + "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699", + "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699", "shasum": "" }, "require": { @@ -8068,7 +8202,7 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2024-03-21T18:34:15+00:00" + "time": "2024-05-16T03:13:13+00:00" }, { "name": "myclabs/deep-copy", @@ -8682,16 +8816,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.4.0", + "version": "5.4.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "298d2febfe79d03fe714eb871d5538da55205b1a" + "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/298d2febfe79d03fe714eb871d5538da55205b1a", - "reference": "298d2febfe79d03fe714eb871d5538da55205b1a", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", + "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", "shasum": "" }, "require": { @@ -8740,9 +8874,9 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.0" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1" }, - "time": "2024-04-09T21:13:58+00:00" + "time": "2024-05-21T05:55:05+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -9801,16 +9935,16 @@ }, { "name": "react/promise", - "version": "v3.1.0", + "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c" + "reference": "8a164643313c71354582dc850b42b33fa12a4b63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/e563d55d1641de1dea9f5e84f3cccc66d2bfe02c", - "reference": "e563d55d1641de1dea9f5e84f3cccc66d2bfe02c", + "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63", + "reference": "8a164643313c71354582dc850b42b33fa12a4b63", "shasum": "" }, "require": { @@ -9862,7 +9996,7 @@ ], "support": { "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v3.1.0" + "source": "https://github.com/reactphp/promise/tree/v3.2.0" }, "funding": [ { @@ -9870,7 +10004,7 @@ "type": "open_collective" } ], - "time": "2023-11-16T16:21:57+00:00" + "time": "2024-05-24T10:39:05+00:00" }, { "name": "react/socket", @@ -10995,16 +11129,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.9.2", + "version": "3.10.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480" + "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/aac1f6f347a5c5ac6bc98ad395007df00990f480", - "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877", + "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877", "shasum": "" }, "require": { @@ -11071,7 +11205,7 @@ "type": "open_collective" } ], - "time": "2024-04-23T20:25:34+00:00" + "time": "2024-05-22T21:24:41+00:00" }, { "name": "symfony/event-dispatcher", @@ -11229,70 +11363,6 @@ ], "time": "2024-04-18T09:32:20+00:00" }, - { - "name": "symfony/finder", - "version": "v6.4.7", - "source": { - "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "511c48990be17358c23bf45c5d71ab85d40fb764" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/511c48990be17358c23bf45c5d71ab85d40fb764", - "reference": "511c48990be17358c23bf45c5d71ab85d40fb764", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "require-dev": { - "symfony/filesystem": "^6.0|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Finds files and directories via an intuitive fluent interface", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.7" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-04-23T10:36:43+00:00" - }, { "name": "symfony/options-resolver", "version": "v7.0.7", @@ -11640,16 +11710,16 @@ }, { "name": "symplify/easy-coding-standard", - "version": "12.1.14", + "version": "12.2.0", "source": { "type": "git", "url": "https://github.com/easy-coding-standard/easy-coding-standard.git", - "reference": "e3c4a241ee36704f7cf920d5931f39693e64afd5" + "reference": "0b97c8e744217a8549efab3f971a982cbe0c310d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/e3c4a241ee36704f7cf920d5931f39693e64afd5", - "reference": "e3c4a241ee36704f7cf920d5931f39693e64afd5", + "url": "https://api.github.com/repos/easy-coding-standard/easy-coding-standard/zipball/0b97c8e744217a8549efab3f971a982cbe0c310d", + "reference": "0b97c8e744217a8549efab3f971a982cbe0c310d", "shasum": "" }, "require": { @@ -11660,6 +11730,9 @@ "phpcsstandards/php_codesniffer": "<3.8", "symplify/coding-standard": "<12.1" }, + "suggest": { + "ext-dom": "Needed to support checkstyle output format in class CheckstyleOutputFormatter" + }, "bin": [ "bin/ecs" ], @@ -11682,7 +11755,7 @@ ], "support": { "issues": "https://github.com/easy-coding-standard/easy-coding-standard/issues", - "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.1.14" + "source": "https://github.com/easy-coding-standard/easy-coding-standard/tree/12.2.0" }, "funding": [ { @@ -11694,7 +11767,7 @@ "type": "github" } ], - "time": "2024-02-23T13:10:40+00:00" + "time": "2024-05-23T04:36:48+00:00" }, { "name": "symplify/rule-doc-generator-contracts",