From: Vincent Vanwaelscappel Date: Mon, 22 May 2023 13:32:01 +0000 (+0200) Subject: wait #5936 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9e6f95c3903c63cd1bdc15779f70c145b7dbdbdb;p=fluidbook-toolbox.git wait #5936 @0.25 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index 4228c0101..2857ab12d 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -2458,40 +2458,18 @@ class Compiler extends Base implements CompilerInterface $this->vdir->copyDirectory($source, $dest); } + /** + * @throws \Exception + */ public function simpleCopyLinkFile($source, $dest) { if (stripos($source, '.svg') !== false) { - $source = $this->_fixSVG($source); + $source = Image::fixSVGDimensions($source); } $this->vdir->copy($source, $dest); } - protected function _fixSVG($source) - { - $fixed = str_replace('.svg', '.f.svg', $source); - if (file_exists($fixed) && filemtime($fixed) >= filemtime($source)) { - return $fixed; - } - if (file_exists($fixed) && is_link($fixed)) { - unlink($fixed); - } - $svg = simplexml_load_string(file_get_contents($source)); - $attr = $svg->attributes(); - if (isset($attr['width'], $attr['height'])) { - copy($source, $fixed); - return $fixed; - } - - $dim = Image::getimagesize($source); - $svg->addAttribute('preserveAspectRatio', 'none'); - $svg->addAttribute('width', $dim[0]); - $svg->addAttribute('height', $dim[1]); - file_put_contents($fixed, $svg->asXML()); - - return $fixed; - } - public function addVideoJs() { $locale = $this->getFluidbook()->lang; diff --git a/composer.lock b/composer.lock index db287803d..81bfdca3e 100644 --- a/composer.lock +++ b/composer.lock @@ -1452,13 +1452,13 @@ "source": { "type": "git", "url": "git://git.cubedesigners.com/cubist_cms-back.git", - "reference": "d1e4389c6a581c803f51a4e5dbfa2bca915c2d4e" + "reference": "1adf6232baf5b6567b72a2a537777bc41dc7674a" }, "dist": { "type": "tar", - "url": "https://composer.cubedesigners.com/dist/cubist/cms-back/cubist-cms-back-dev-backpack5-2a3953.tar", - "reference": "d1e4389c6a581c803f51a4e5dbfa2bca915c2d4e", - "shasum": "0d0d27e0c7e7212bee959e780a941095b6cc6315" + "url": "https://composer.cubedesigners.com/dist/cubist/cms-back/cubist-cms-back-dev-backpack5-f19d9a.tar", + "reference": "1adf6232baf5b6567b72a2a537777bc41dc7674a", + "shasum": "c1cdaf19cd977610cc9ed971b0f852c90bb1b0fb" }, "require": { "backpack/backupmanager": "^v3.0.9", @@ -1537,7 +1537,7 @@ } ], "description": "Cubist Backpack extension", - "time": "2023-05-03T13:44:06+00:00" + "time": "2023-05-10T17:43:22+00:00" }, { "name": "cubist/cms-front", @@ -1958,13 +1958,13 @@ "source": { "type": "git", "url": "git://git.cubedesigners.com/cubist_util.git", - "reference": "ca1037d83729b014940437588b89ea0d87ffeba6" + "reference": "2d3759b6be09da2e0c2cab6e5eca8b78be2d5bc0" }, "dist": { "type": "tar", - "url": "https://composer.cubedesigners.com/dist/cubist/util/cubist-util-dev-master-475dda.tar", - "reference": "ca1037d83729b014940437588b89ea0d87ffeba6", - "shasum": "ea27644b96d0aed2215444b87d68c3bbef2d847c" + "url": "https://composer.cubedesigners.com/dist/cubist/util/cubist-util-dev-master-8970c7.tar", + "reference": "2d3759b6be09da2e0c2cab6e5eca8b78be2d5bc0", + "shasum": "7cb6e82acb5133541e4f156e207deafaf23cad42" }, "require": { "cubist/net": "dev-master", @@ -1998,7 +1998,7 @@ } ], "description": "Utilities class", - "time": "2023-05-05T14:05:22+00:00" + "time": "2023-05-22T13:28:35+00:00" }, { "name": "cviebrock/eloquent-sluggable", @@ -3557,13 +3557,13 @@ "source": { "type": "git", "url": "git://git.cubedesigners.com/fluidbook_tools.git", - "reference": "d417ed09949a2861885219dbd4c3bedecb6d3cbe" + "reference": "67ba5e732fc3caa72bce6f0315595c4f05a6790c" }, "dist": { "type": "tar", - "url": "https://composer.cubedesigners.com/dist/fluidbook/tools/fluidbook-tools-dev-master-82474b.tar", - "reference": "d417ed09949a2861885219dbd4c3bedecb6d3cbe", - "shasum": "c74e93ca33ad6361d39be0ab1838d4fd2e6d4ac7" + "url": "https://composer.cubedesigners.com/dist/fluidbook/tools/fluidbook-tools-dev-master-94943c.tar", + "reference": "67ba5e732fc3caa72bce6f0315595c4f05a6790c", + "shasum": "6a4aceb11c237d34cbc990b489c20bfb8835b403" }, "require": { "barryvdh/laravel-debugbar": "*", @@ -3597,7 +3597,7 @@ } ], "description": "Fluidbook Tools", - "time": "2023-05-05T06:50:25+00:00" + "time": "2023-05-22T13:30:55+00:00" }, { "name": "fruitcake/php-cors", @@ -3814,21 +3814,21 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.5.1", + "version": "7.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9" + "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b964ca597e86b752cd994f27293e9fa6b6a95ed9", - "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5", + "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5", + "guzzlehttp/promises": "^1.5.3 || ^2.0", "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", @@ -3840,7 +3840,8 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "ext-curl": "*", - "php-http/client-integration-tests": "^3.0", + "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.29 || ^9.5.23", "psr/log": "^1.1 || ^2.0 || ^3.0" }, @@ -3854,9 +3855,6 @@ "bamarni-bin": { "bin-links": true, "forward-command": false - }, - "branch-alias": { - "dev-master": "7.5-dev" } }, "autoload": { @@ -3922,7 +3920,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.5.1" + "source": "https://github.com/guzzle/guzzle/tree/7.7.0" }, "funding": [ { @@ -3938,38 +3936,37 @@ "type": "tidelift" } ], - "time": "2023-04-17T16:30:08+00:00" + "time": "2023-05-21T14:04:53+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" + "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "url": "https://api.github.com/repos/guzzle/promises/zipball/3a494dc7dc1d7d12e511890177ae2d0e6c107da6", + "reference": "3a494dc7dc1d7d12e511890177ae2d0e6c107da6", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.1", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -4006,7 +4003,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.2" + "source": "https://github.com/guzzle/promises/tree/2.0.0" }, "funding": [ { @@ -4022,7 +4019,7 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:55:35+00:00" + "time": "2023-05-21T13:50:22+00:00" }, { "name": "guzzlehttp/psr7", @@ -4840,16 +4837,16 @@ }, { "name": "laravel/framework", - "version": "v10.9.0", + "version": "v10.11.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "35078125f61ef0b125edf524de934f108d4b47fd" + "reference": "21a5b6d9b669f32c10cc8ba776511b5f62599fea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/35078125f61ef0b125edf524de934f108d4b47fd", - "reference": "35078125f61ef0b125edf524de934f108d4b47fd", + "url": "https://api.github.com/repos/laravel/framework/zipball/21a5b6d9b669f32c10cc8ba776511b5f62599fea", + "reference": "21a5b6d9b669f32c10cc8ba776511b5f62599fea", "shasum": "" }, "require": { @@ -5036,7 +5033,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-04-25T13:47:18+00:00" + "time": "2023-05-16T13:59:23+00:00" }, { "name": "laravel/serializable-closure", @@ -7204,23 +7201,22 @@ }, { "name": "php-http/client-common", - "version": "2.6.1", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/php-http/client-common.git", - "reference": "665bfc381bb910385f70391ed3eeefd0b7bbdd0d" + "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/client-common/zipball/665bfc381bb910385f70391ed3eeefd0b7bbdd0d", - "reference": "665bfc381bb910385f70391ed3eeefd0b7bbdd0d", + "url": "https://api.github.com/repos/php-http/client-common/zipball/880509727a447474d2a71b7d7fa5d268ddd3db4b", + "reference": "880509727a447474d2a71b7d7fa5d268ddd3db4b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-http/httplug": "^2.0", "php-http/message": "^1.6", - "php-http/message-factory": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0 || ^2.0", @@ -7268,22 +7264,22 @@ ], "support": { "issues": "https://github.com/php-http/client-common/issues", - "source": "https://github.com/php-http/client-common/tree/2.6.1" + "source": "https://github.com/php-http/client-common/tree/2.7.0" }, - "time": "2023-04-14T13:30:08+00:00" + "time": "2023-05-17T06:46:59+00:00" }, { "name": "php-http/discovery", - "version": "1.18.0", + "version": "1.18.1", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "29ae6fae35f4116bbfe4c8b96ccc3f687eb07cd9" + "reference": "f258b3a1d16acb7b21f3b42d7a2494a733365237" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/29ae6fae35f4116bbfe4c8b96ccc3f687eb07cd9", - "reference": "29ae6fae35f4116bbfe4c8b96ccc3f687eb07cd9", + "url": "https://api.github.com/repos/php-http/discovery/zipball/f258b3a1d16acb7b21f3b42d7a2494a733365237", + "reference": "f258b3a1d16acb7b21f3b42d7a2494a733365237", "shasum": "" }, "require": { @@ -7346,9 +7342,9 @@ ], "support": { "issues": "https://github.com/php-http/discovery/issues", - "source": "https://github.com/php-http/discovery/tree/1.18.0" + "source": "https://github.com/php-http/discovery/tree/1.18.1" }, - "time": "2023-05-03T14:49:12+00:00" + "time": "2023-05-17T08:53:10+00:00" }, { "name": "php-http/httplug", @@ -7409,23 +7405,22 @@ }, { "name": "php-http/message", - "version": "1.14.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://github.com/php-http/message.git", - "reference": "2ccee04a28c3d98eb3f2b85ce1e2fcff70c0e63b" + "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/message/zipball/2ccee04a28c3d98eb3f2b85ce1e2fcff70c0e63b", - "reference": "2ccee04a28c3d98eb3f2b85ce1e2fcff70c0e63b", + "url": "https://api.github.com/repos/php-http/message/zipball/47a14338bf4ebd67d317bf1144253d7db4ab55fd", + "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd", "shasum": "" }, "require": { "clue/stream-filter": "^1.5", - "php": "^7.1 || ^8.0", - "php-http/message-factory": "^1.0.2", - "psr/http-message": "^1.0 || ^2.0" + "php": "^7.2 || ^8.0", + "psr/http-message": "^1.1 || ^2.0" }, "provide": { "php-http/message-factory-implementation": "1.0" @@ -7433,8 +7428,9 @@ "require-dev": { "ergebnis/composer-normalize": "^2.6", "ext-zlib": "*", - "guzzlehttp/psr7": "^1.0", - "laminas/laminas-diactoros": "^2.0", + "guzzlehttp/psr7": "^1.0 || ^2.0", + "laminas/laminas-diactoros": "^2.0 || ^3.0", + "php-http/message-factory": "^1.0.2", "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1", "slim/slim": "^3.0" }, @@ -7472,9 +7468,9 @@ ], "support": { "issues": "https://github.com/php-http/message/issues", - "source": "https://github.com/php-http/message/tree/1.14.0" + "source": "https://github.com/php-http/message/tree/1.16.0" }, - "time": "2023-04-14T14:26:18+00:00" + "time": "2023-05-17T06:43:38+00:00" }, { "name": "php-http/message-factory", @@ -7528,6 +7524,7 @@ "issues": "https://github.com/php-http/message-factory/issues", "source": "https://github.com/php-http/message-factory/tree/1.1.0" }, + "abandoned": "psr/http-factory", "time": "2023-04-14T14:16:17+00:00" }, { @@ -9211,16 +9208,16 @@ }, { "name": "spatie/laravel-medialibrary", - "version": "10.9.2", + "version": "10.9.3", "source": { "type": "git", "url": "https://github.com/spatie/laravel-medialibrary.git", - "reference": "3bd7093d1c71807e85d1afd1bc7b506243210837" + "reference": "c7eae00741a571f5049f1f1c4090683de8df420c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/3bd7093d1c71807e85d1afd1bc7b506243210837", - "reference": "3bd7093d1c71807e85d1afd1bc7b506243210837", + "url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/c7eae00741a571f5049f1f1c4090683de8df420c", + "reference": "c7eae00741a571f5049f1f1c4090683de8df420c", "shasum": "" }, "require": { @@ -9304,7 +9301,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-medialibrary/issues", - "source": "https://github.com/spatie/laravel-medialibrary/tree/10.9.2" + "source": "https://github.com/spatie/laravel-medialibrary/tree/10.9.3" }, "funding": [ { @@ -9316,7 +9313,7 @@ "type": "github" } ], - "time": "2023-05-03T08:49:22+00:00" + "time": "2023-05-22T12:59:16+00:00" }, { "name": "spatie/laravel-package-tools", @@ -13341,16 +13338,16 @@ }, { "name": "web-token/jwt-core", - "version": "3.1.7", + "version": "3.2.7", "source": { "type": "git", "url": "https://github.com/web-token/jwt-core.git", - "reference": "ec2580e8cdd17410016216fbf1b645052c35f644" + "reference": "db58b6ebbe1a7d5869688e989b1cf110c6ab888f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-core/zipball/ec2580e8cdd17410016216fbf1b645052c35f644", - "reference": "ec2580e8cdd17410016216fbf1b645052c35f644", + "url": "https://api.github.com/repos/web-token/jwt-core/zipball/db58b6ebbe1a7d5869688e989b1cf110c6ab888f", + "reference": "db58b6ebbe1a7d5869688e989b1cf110c6ab888f", "shasum": "" }, "require": { @@ -13405,7 +13402,7 @@ "symfony" ], "support": { - "source": "https://github.com/web-token/jwt-core/tree/3.1.7" + "source": "https://github.com/web-token/jwt-core/tree/3.2.7" }, "funding": [ { @@ -13413,20 +13410,20 @@ "type": "patreon" } ], - "time": "2023-02-02T17:25:26+00:00" + "time": "2023-02-02T17:35:17+00:00" }, { "name": "web-token/jwt-key-mgmt", - "version": "3.1.7", + "version": "3.2.7", "source": { "type": "git", "url": "https://github.com/web-token/jwt-key-mgmt.git", - "reference": "bf6dec304f2a718d70f7316e498c612317c59e08" + "reference": "3b51eeeff38ac58ee86ec83d073b88b8294b1c7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/bf6dec304f2a718d70f7316e498c612317c59e08", - "reference": "bf6dec304f2a718d70f7316e498c612317c59e08", + "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/3b51eeeff38ac58ee86ec83d073b88b8294b1c7e", + "reference": "3b51eeeff38ac58ee86ec83d073b88b8294b1c7e", "shasum": "" }, "require": { @@ -13434,7 +13431,7 @@ "php": ">=8.1", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", - "web-token/jwt-core": "^3.0" + "web-token/jwt-core": "^3.2" }, "suggest": { "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys", @@ -13483,7 +13480,7 @@ "symfony" ], "support": { - "source": "https://github.com/web-token/jwt-key-mgmt/tree/3.1.7" + "source": "https://github.com/web-token/jwt-key-mgmt/tree/3.2.7" }, "funding": [ { @@ -13491,25 +13488,25 @@ "type": "patreon" } ], - "time": "2023-02-02T17:25:26+00:00" + "time": "2023-05-18T16:20:51+00:00" }, { "name": "web-token/jwt-signature", - "version": "3.1.7", + "version": "3.2.7", "source": { "type": "git", "url": "https://github.com/web-token/jwt-signature.git", - "reference": "14b71230d9632564e356b785366ad36880964190" + "reference": "156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/14b71230d9632564e356b785366ad36880964190", - "reference": "14b71230d9632564e356b785366ad36880964190", + "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4", + "reference": "156e0b0ef534e53eecf23a32a92ee6d8cb4fdac4", "shasum": "" }, "require": { "php": ">=8.1", - "web-token/jwt-core": "^3.0" + "web-token/jwt-core": "^3.2" }, "suggest": { "web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms", @@ -13560,7 +13557,7 @@ "symfony" ], "support": { - "source": "https://github.com/web-token/jwt-signature/tree/3.1.7" + "source": "https://github.com/web-token/jwt-signature/tree/3.2.7" }, "funding": [ { @@ -13568,26 +13565,26 @@ "type": "patreon" } ], - "time": "2023-02-02T17:25:26+00:00" + "time": "2023-05-18T16:20:51+00:00" }, { "name": "web-token/jwt-signature-algorithm-ecdsa", - "version": "3.1.7", + "version": "3.2.7", "source": { "type": "git", "url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git", - "reference": "e09159600f19832cf4a68921e7299e564bc0eaf9" + "reference": "34b119d6b5eca53914ad3b96660e5bd7fb5538b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/e09159600f19832cf4a68921e7299e564bc0eaf9", - "reference": "e09159600f19832cf4a68921e7299e564bc0eaf9", + "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/34b119d6b5eca53914ad3b96660e5bd7fb5538b9", + "reference": "34b119d6b5eca53914ad3b96660e5bd7fb5538b9", "shasum": "" }, "require": { "ext-openssl": "*", "php": ">=8.1", - "web-token/jwt-signature": "^3.0" + "web-token/jwt-signature": "^3.2" }, "type": "library", "autoload": { @@ -13630,7 +13627,7 @@ "symfony" ], "support": { - "source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/3.1.7" + "source": "https://github.com/web-token/jwt-signature-algorithm-ecdsa/tree/3.2.7" }, "funding": [ { @@ -13638,11 +13635,11 @@ "type": "patreon" } ], - "time": "2022-08-04T21:04:09+00:00" + "time": "2023-05-18T16:20:51+00:00" }, { "name": "web-token/jwt-util-ecc", - "version": "3.1.7", + "version": "3.2.7", "source": { "type": "git", "url": "https://github.com/web-token/jwt-util-ecc.git", @@ -13703,7 +13700,7 @@ "symfony" ], "support": { - "source": "https://github.com/web-token/jwt-util-ecc/tree/3.1.7" + "source": "https://github.com/web-token/jwt-util-ecc/tree/3.2.7" }, "funding": [ { @@ -14456,16 +14453,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.4", + "version": "v4.15.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" + "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290", - "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", + "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", "shasum": "" }, "require": { @@ -14506,9 +14503,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" }, - "time": "2023-03-05T19:49:14+00:00" + "time": "2023-05-19T20:20:00+00:00" }, { "name": "nunomaduro/collision", @@ -14822,22 +14819,23 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.20.4", + "version": "1.21.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd" + "reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd", - "reference": "7d568c87a9df9c5f7e8b5f075fc469aa8cb0a4cd", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6df62b08faef4f899772bc7c3bbabb93d2b7a21c", + "reference": "6df62b08faef4f899772bc7c3bbabb93d2b7a21c", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { + "nikic/php-parser": "^4.15", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.5", @@ -14861,9 +14859,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/1.20.4" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.21.0" }, - "time": "2023-05-02T09:19:37+00:00" + "time": "2023-05-17T13:13:44+00:00" }, { "name": "phpunit/php-code-coverage", @@ -15185,16 +15183,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.7", + "version": "9.6.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2" + "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", - "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/17d621b3aff84d0c8b62539e269e87d8d5baa76e", + "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e", "shasum": "" }, "require": { @@ -15268,7 +15266,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.7" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.8" }, "funding": [ { @@ -15284,7 +15282,7 @@ "type": "tidelift" } ], - "time": "2023-04-14T08:58:40+00:00" + "time": "2023-05-11T05:14:45+00:00" }, { "name": "psy/psysh", @@ -16542,16 +16540,16 @@ }, { "name": "spatie/laravel-ignition", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ignition.git", - "reference": "802c7e27754456e45134f1a9d29ab7df4b6cb9e4" + "reference": "2f99fa6b732a6049e78ed34e4608ce589605ae54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/802c7e27754456e45134f1a9d29ab7df4b6cb9e4", - "reference": "802c7e27754456e45134f1a9d29ab7df4b6cb9e4", + "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/2f99fa6b732a6049e78ed34e4608ce589605ae54", + "reference": "2f99fa6b732a6049e78ed34e4608ce589605ae54", "shasum": "" }, "require": { @@ -16630,7 +16628,7 @@ "type": "github" } ], - "time": "2023-05-04T13:54:49+00:00" + "time": "2023-05-09T07:19:31+00:00" }, { "name": "theseer/tokenizer", @@ -16712,5 +16710,5 @@ "ext-zlib": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.1.0" }