|
|
@ -874,16 +874,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/dbal", |
|
|
|
"version": "3.7.2", |
|
|
|
"version": "3.8.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/doctrine/dbal.git", |
|
|
|
"reference": "0ac3c270590e54910715e9a1a044cc368df282b2" |
|
|
|
"reference": "d244f2e6e6bf32bff5174e6729b57214923ecec9" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/0ac3c270590e54910715e9a1a044cc368df282b2", |
|
|
|
"reference": "0ac3c270590e54910715e9a1a044cc368df282b2", |
|
|
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/d244f2e6e6bf32bff5174e6729b57214923ecec9", |
|
|
|
"reference": "d244f2e6e6bf32bff5174e6729b57214923ecec9", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -899,14 +899,14 @@ |
|
|
|
"doctrine/coding-standard": "12.0.0", |
|
|
|
"fig/log-test": "^1", |
|
|
|
"jetbrains/phpstorm-stubs": "2023.1", |
|
|
|
"phpstan/phpstan": "1.10.42", |
|
|
|
"phpstan/phpstan": "1.10.56", |
|
|
|
"phpstan/phpstan-strict-rules": "^1.5", |
|
|
|
"phpunit/phpunit": "9.6.13", |
|
|
|
"phpunit/phpunit": "9.6.15", |
|
|
|
"psalm/plugin-phpunit": "0.18.4", |
|
|
|
"slevomat/coding-standard": "8.13.1", |
|
|
|
"squizlabs/php_codesniffer": "3.7.2", |
|
|
|
"symfony/cache": "^5.4|^6.0", |
|
|
|
"symfony/console": "^4.4|^5.4|^6.0", |
|
|
|
"squizlabs/php_codesniffer": "3.8.1", |
|
|
|
"symfony/cache": "^5.4|^6.0|^7.0", |
|
|
|
"symfony/console": "^4.4|^5.4|^6.0|^7.0", |
|
|
|
"vimeo/psalm": "4.30.0" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
@ -967,7 +967,7 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/doctrine/dbal/issues", |
|
|
|
"source": "https://github.com/doctrine/dbal/tree/3.7.2" |
|
|
|
"source": "https://github.com/doctrine/dbal/tree/3.8.0" |
|
|
|
}, |
|
|
|
"funding": [ |
|
|
|
{ |
|
|
@ -983,7 +983,7 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2023-11-19T08:06:58+00:00" |
|
|
|
"time": "2024-01-25T21:44:02+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "doctrine/deprecations", |
|
|
@ -1413,20 +1413,20 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "fabiang/sasl", |
|
|
|
"version": "v1.2.1", |
|
|
|
"version": "v1.3.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/fabiang/sasl.git", |
|
|
|
"reference": "4769aad001d1fa010ddbeb225d361b04ea476350" |
|
|
|
"reference": "de7ad24f814e11da4ef110044d22b0a6d4163964" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/fabiang/sasl/zipball/4769aad001d1fa010ddbeb225d361b04ea476350", |
|
|
|
"reference": "4769aad001d1fa010ddbeb225d361b04ea476350", |
|
|
|
"url": "https://api.github.com/repos/fabiang/sasl/zipball/de7ad24f814e11da4ef110044d22b0a6d4163964", |
|
|
|
"reference": "de7ad24f814e11da4ef110044d22b0a6d4163964", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^5.3.3 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" |
|
|
|
"php": "^5.3.3 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"behat/behat": "^3.6", |
|
|
@ -1476,9 +1476,9 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/fabiang/sasl/issues", |
|
|
|
"source": "https://github.com/fabiang/sasl/tree/v1.2.1" |
|
|
|
"source": "https://github.com/fabiang/sasl/tree/v1.3.0" |
|
|
|
}, |
|
|
|
"time": "2023-11-20T14:23:18+00:00" |
|
|
|
"time": "2024-01-24T09:06:34+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "fakerphp/faker", |
|
|
@ -1988,7 +1988,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/bus", |
|
|
|
"version": "v10.41.0", |
|
|
|
"version": "v10.42.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/illuminate/bus.git", |
|
|
@ -2041,16 +2041,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/collections", |
|
|
|
"version": "v10.41.0", |
|
|
|
"version": "v10.42.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/illuminate/collections.git", |
|
|
|
"reference": "82025fd7ac761cc50d5dbd9f9532ebf066821858" |
|
|
|
"reference": "221c1ee944cb20ed807a8a5e8668552d6ca736ff" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/illuminate/collections/zipball/82025fd7ac761cc50d5dbd9f9532ebf066821858", |
|
|
|
"reference": "82025fd7ac761cc50d5dbd9f9532ebf066821858", |
|
|
|
"url": "https://api.github.com/repos/illuminate/collections/zipball/221c1ee944cb20ed807a8a5e8668552d6ca736ff", |
|
|
|
"reference": "221c1ee944cb20ed807a8a5e8668552d6ca736ff", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -2092,11 +2092,11 @@ |
|
|
|
"issues": "https://github.com/laravel/framework/issues", |
|
|
|
"source": "https://github.com/laravel/framework" |
|
|
|
}, |
|
|
|
"time": "2024-01-01T15:17:18+00:00" |
|
|
|
"time": "2024-01-22T13:55:20+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/conditionable", |
|
|
|
"version": "v10.41.0", |
|
|
|
"version": "v10.42.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/illuminate/conditionable.git", |
|
|
@ -2142,7 +2142,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/container", |
|
|
|
"version": "v10.41.0", |
|
|
|
"version": "v10.42.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/illuminate/container.git", |
|
|
@ -2193,7 +2193,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/contracts", |
|
|
|
"version": "v10.41.0", |
|
|
|
"version": "v10.42.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/illuminate/contracts.git", |
|
|
@ -2241,7 +2241,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/database", |
|
|
|
"version": "v10.41.0", |
|
|
|
"version": "v10.42.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/illuminate/database.git", |
|
|
@ -2314,7 +2314,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/events", |
|
|
|
"version": "v10.41.0", |
|
|
|
"version": "v10.42.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/illuminate/events.git", |
|
|
@ -2369,7 +2369,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/macroable", |
|
|
|
"version": "v10.41.0", |
|
|
|
"version": "v10.42.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/illuminate/macroable.git", |
|
|
@ -2415,7 +2415,7 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/pipeline", |
|
|
|
"version": "v10.41.0", |
|
|
|
"version": "v10.42.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/illuminate/pipeline.git", |
|
|
@ -2463,16 +2463,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "illuminate/support", |
|
|
|
"version": "v10.41.0", |
|
|
|
"version": "v10.42.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/illuminate/support.git", |
|
|
|
"reference": "1355b7d28ebb802e95bffcb27417862961382c52" |
|
|
|
"reference": "11a87daf9c4bef3d654c853161b34e11a6ca0618" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/illuminate/support/zipball/1355b7d28ebb802e95bffcb27417862961382c52", |
|
|
|
"reference": "1355b7d28ebb802e95bffcb27417862961382c52", |
|
|
|
"url": "https://api.github.com/repos/illuminate/support/zipball/11a87daf9c4bef3d654c853161b34e11a6ca0618", |
|
|
|
"reference": "11a87daf9c4bef3d654c853161b34e11a6ca0618", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -2530,7 +2530,7 @@ |
|
|
|
"issues": "https://github.com/laravel/framework/issues", |
|
|
|
"source": "https://github.com/laravel/framework" |
|
|
|
}, |
|
|
|
"time": "2024-01-15T18:53:10+00:00" |
|
|
|
"time": "2024-01-22T18:45:06+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "league/commonmark", |
|
|
@ -2994,16 +2994,16 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nesbot/carbon", |
|
|
|
"version": "2.72.1", |
|
|
|
"version": "2.72.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/briannesbitt/Carbon.git", |
|
|
|
"reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78" |
|
|
|
"reference": "3e7edc41b58d65509baeb0d4a14c8fa41d627130" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2b3b3db0a2d0556a177392ff1a3bf5608fa09f78", |
|
|
|
"reference": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78", |
|
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/3e7edc41b58d65509baeb0d4a14c8fa41d627130", |
|
|
|
"reference": "3e7edc41b58d65509baeb0d4a14c8fa41d627130", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
@ -3097,35 +3097,35 @@ |
|
|
|
"type": "tidelift" |
|
|
|
} |
|
|
|
], |
|
|
|
"time": "2023-12-08T23:47:49+00:00" |
|
|
|
"time": "2024-01-19T00:21:53+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nette/schema", |
|
|
|
"version": "v1.2.5", |
|
|
|
"version": "v1.3.0", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/nette/schema.git", |
|
|
|
"reference": "0462f0166e823aad657c9224d0f849ecac1ba10a" |
|
|
|
"reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/nette/schema/zipball/0462f0166e823aad657c9224d0f849ecac1ba10a", |
|
|
|
"reference": "0462f0166e823aad657c9224d0f849ecac1ba10a", |
|
|
|
"url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", |
|
|
|
"reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", |
|
|
|
"php": "7.1 - 8.3" |
|
|
|
"nette/utils": "^4.0", |
|
|
|
"php": "8.1 - 8.3" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"nette/tester": "^2.3 || ^2.4", |
|
|
|
"nette/tester": "^2.4", |
|
|
|
"phpstan/phpstan-nette": "^1.0", |
|
|
|
"tracy/tracy": "^2.7" |
|
|
|
"tracy/tracy": "^2.8" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.2-dev" |
|
|
|
"dev-master": "1.3-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
@ -3157,9 +3157,9 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/nette/schema/issues", |
|
|
|
"source": "https://github.com/nette/schema/tree/v1.2.5" |
|
|
|
"source": "https://github.com/nette/schema/tree/v1.3.0" |
|
|
|
}, |
|
|
|
"time": "2023-10-05T20:37:59+00:00" |
|
|
|
"time": "2023-12-11T11:54:22+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nette/utils", |
|
|
@ -4978,41 +4978,42 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "respect/validation", |
|
|
|
"version": "2.2.4", |
|
|
|
"version": "2.3.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/Respect/Validation.git", |
|
|
|
"reference": "d304ace5325efd7180daffb1f8627bb0affd4e3a" |
|
|
|
"reference": "4c91e3397ac600e3c53562a977002f3edc17ff6a" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/Respect/Validation/zipball/d304ace5325efd7180daffb1f8627bb0affd4e3a", |
|
|
|
"reference": "d304ace5325efd7180daffb1f8627bb0affd4e3a", |
|
|
|
"url": "https://api.github.com/repos/Respect/Validation/zipball/4c91e3397ac600e3c53562a977002f3edc17ff6a", |
|
|
|
"reference": "4c91e3397ac600e3c53562a977002f3edc17ff6a", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^7.4 || ^8.0 || ^8.1 || ^8.2", |
|
|
|
"php": "^8.1 || ^8.2", |
|
|
|
"respect/stringifier": "^0.2.0", |
|
|
|
"symfony/polyfill-mbstring": "^1.2" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"egulias/email-validator": "^3.0", |
|
|
|
"malukenho/docheader": "^0.1", |
|
|
|
"giggsey/libphonenumber-for-php-lite": "^8.13", |
|
|
|
"malukenho/docheader": "^1.0", |
|
|
|
"mikey179/vfsstream": "^1.6", |
|
|
|
"phpstan/phpstan": "^1.9", |
|
|
|
"phpstan/phpstan-deprecation-rules": "^1.1", |
|
|
|
"phpstan/phpstan-phpunit": "^1.3", |
|
|
|
"phpunit/phpunit": "^9.6", |
|
|
|
"psr/http-message": "^1.0", |
|
|
|
"respect/coding-standard": "^3.0", |
|
|
|
"squizlabs/php_codesniffer": "^3.7", |
|
|
|
"symfony/validator": "^3.0||^4.0" |
|
|
|
"respect/coding-standard": "^4.0", |
|
|
|
"squizlabs/php_codesniffer": "^3.7" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"egulias/email-validator": "Strict (RFC compliant) email validation", |
|
|
|
"egulias/email-validator": "Improves the Email rule if available", |
|
|
|
"ext-bcmath": "Arbitrary Precision Mathematics", |
|
|
|
"ext-fileinfo": "File Information", |
|
|
|
"ext-mbstring": "Multibyte String Functions" |
|
|
|
"ext-mbstring": "Multibyte String Functions", |
|
|
|
"giggsey/libphonenumber-for-php-lite": "Enables the phone rule if available" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
@ -5039,9 +5040,9 @@ |
|
|
|
], |
|
|
|
"support": { |
|
|
|
"issues": "https://github.com/Respect/Validation/issues", |
|
|
|
"source": "https://github.com/Respect/Validation/tree/2.2.4" |
|
|
|
"source": "https://github.com/Respect/Validation/tree/2.3.1" |
|
|
|
}, |
|
|
|
"time": "2023-02-15T01:05:24+00:00" |
|
|
|
"time": "2024-01-28T13:55:45+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "ringcentral/psr7", |
|
|
|