diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2023-07-02 10:16:08 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2023-07-02 10:16:15 +0100 |
| commit | 0b14e4095bda4d26a0b821f9ad4c476de2aa1e92 (patch) | |
| tree | 4854f432eabbb3e9231c33a9a156aee71bd4ba85 | |
| parent | 92c80b1a703fce125736efe0dd8ef34e7ea34fdb (diff) | |
| download | webtrees-0b14e4095bda4d26a0b821f9ad4c476de2aa1e92.tar.gz webtrees-0b14e4095bda4d26a0b821f9ad4c476de2aa1e92.tar.bz2 webtrees-0b14e4095bda4d26a0b821f9ad4c476de2aa1e92.zip | |
Update PHP dependencies
| -rw-r--r-- | composer.json | 10 | ||||
| -rw-r--r-- | composer.lock | 148 |
2 files changed, 79 insertions, 79 deletions
diff --git a/composer.json b/composer.json index 07f32e3c33..81f8497670 100644 --- a/composer.json +++ b/composer.json @@ -45,15 +45,15 @@ "ext-simplexml": "*", "ext-xml": "*", "aura/router": "3.3.0", - "doctrine/dbal": "3.6.3", + "doctrine/dbal": "3.6.4", "ezyang/htmlpurifier": "4.16.0", "fig/http-message-util": "1.1.5", "fisharebest/algorithm": "1.6.0", "fisharebest/ext-calendar": "2.6.0", "fisharebest/localization": "1.17.0", "guzzlehttp/guzzle": "7.7.0", - "illuminate/database": "10.13.5", - "illuminate/support": "10.13.5", + "illuminate/database": "10.14.1", + "illuminate/support": "10.14.1", "intervention/image": "2.7.2", "io-developer/php-whois": "4.1.10", "league/commonmark": "2.4.0", @@ -72,7 +72,7 @@ "psr/http-server-middleware": "1.0.2", "ramsey/uuid": "4.7.4", "sabre/vobject": "4.5.3", - "symfony/cache": "6.3.0", + "symfony/cache": "6.3.1", "symfony/expression-language": "6.3.0", "symfony/mailer": "6.3.0", "symfony/polyfill-mbstring": "1.27.0", @@ -86,7 +86,7 @@ "composer/composer": "2.5.8", "league/flysystem-memory": "3.15.0", "php-coveralls/php-coveralls": "2.5.3", - "phpunit/phpunit": "10.2.2" + "phpunit/phpunit": "10.2.3" }, "suggest": { "ext-imagick": "Required to generate thumbnail images", diff --git a/composer.lock b/composer.lock index 51095f99fd..4aa086bdbc 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": "904bd562a88a937f652bdb6bd10ffa2e", + "content-hash": "bd9fac8e3c28cd19d96c821de5a641fe", "packages": [ { "name": "aura/router", @@ -284,16 +284,16 @@ }, { "name": "doctrine/dbal", - "version": "3.6.3", + "version": "3.6.4", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "9a747d29e7e6b39509b8f1847e37a23a0163ea6a" + "reference": "19f0dec95edd6a3c3c5ff1d188ea94c6b7fc903f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/9a747d29e7e6b39509b8f1847e37a23a0163ea6a", - "reference": "9a747d29e7e6b39509b8f1847e37a23a0163ea6a", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/19f0dec95edd6a3c3c5ff1d188ea94c6b7fc903f", + "reference": "19f0dec95edd6a3c3c5ff1d188ea94c6b7fc903f", "shasum": "" }, "require": { @@ -376,7 +376,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.6.3" + "source": "https://github.com/doctrine/dbal/tree/3.6.4" }, "funding": [ { @@ -392,7 +392,7 @@ "type": "tidelift" } ], - "time": "2023-06-01T05:46:46+00:00" + "time": "2023-06-15T07:40:12+00:00" }, { "name": "doctrine/deprecations", @@ -1392,16 +1392,16 @@ }, { "name": "illuminate/collections", - "version": "v10.13.5", + "version": "v10.14.1", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", - "reference": "73652e915e56531e08c06bd356d8fa8bc346812e" + "reference": "7fdccaabe533b7d86e59d278901aac075aae0abc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/73652e915e56531e08c06bd356d8fa8bc346812e", - "reference": "73652e915e56531e08c06bd356d8fa8bc346812e", + "url": "https://api.github.com/repos/illuminate/collections/zipball/7fdccaabe533b7d86e59d278901aac075aae0abc", + "reference": "7fdccaabe533b7d86e59d278901aac075aae0abc", "shasum": "" }, "require": { @@ -1443,11 +1443,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-05-24T17:26:41+00:00" + "time": "2023-06-23T21:58:46+00:00" }, { "name": "illuminate/conditionable", - "version": "v10.13.5", + "version": "v10.14.1", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", @@ -1493,16 +1493,16 @@ }, { "name": "illuminate/container", - "version": "v10.13.5", + "version": "v10.14.1", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", - "reference": "f85a85791c75a754190d6495e6ca611faaa64f61" + "reference": "ddc26273085fad3c471b2602ad820e0097ff7939" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/container/zipball/f85a85791c75a754190d6495e6ca611faaa64f61", - "reference": "f85a85791c75a754190d6495e6ca611faaa64f61", + "url": "https://api.github.com/repos/illuminate/container/zipball/ddc26273085fad3c471b2602ad820e0097ff7939", + "reference": "ddc26273085fad3c471b2602ad820e0097ff7939", "shasum": "" }, "require": { @@ -1540,20 +1540,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-04-03T19:51:31+00:00" + "time": "2023-06-18T09:12:03+00:00" }, { "name": "illuminate/contracts", - "version": "v10.13.5", + "version": "v10.14.1", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "93605a5fc27cead6746d84796725c7c0d7d51d62" + "reference": "ec47d1aa1a1b1a679d8553836b417343881b8215" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/93605a5fc27cead6746d84796725c7c0d7d51d62", - "reference": "93605a5fc27cead6746d84796725c7c0d7d51d62", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/ec47d1aa1a1b1a679d8553836b417343881b8215", + "reference": "ec47d1aa1a1b1a679d8553836b417343881b8215", "shasum": "" }, "require": { @@ -1588,20 +1588,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-06-06T15:23:52+00:00" + "time": "2023-06-27T14:35:49+00:00" }, { "name": "illuminate/database", - "version": "v10.13.5", + "version": "v10.14.1", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", - "reference": "adc3e9add8d533f98d85c9d7c6f2a4ae52ee5b3c" + "reference": "0bdd76ef2d761786b33cb968d29b985721c70260" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/database/zipball/adc3e9add8d533f98d85c9d7c6f2a4ae52ee5b3c", - "reference": "adc3e9add8d533f98d85c9d7c6f2a4ae52ee5b3c", + "url": "https://api.github.com/repos/illuminate/database/zipball/0bdd76ef2d761786b33cb968d29b985721c70260", + "reference": "0bdd76ef2d761786b33cb968d29b985721c70260", "shasum": "" }, "require": { @@ -1657,11 +1657,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-06-08T13:45:57+00:00" + "time": "2023-06-25T14:36:40+00:00" }, { "name": "illuminate/macroable", - "version": "v10.13.5", + "version": "v10.14.1", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", @@ -1707,16 +1707,16 @@ }, { "name": "illuminate/support", - "version": "v10.13.5", + "version": "v10.14.1", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "428fba5d30e48a5cb76ca0c5b4be6ce75801ec4e" + "reference": "b1374932ec9a90bc223f9c5a12beba4cf909f4f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/428fba5d30e48a5cb76ca0c5b4be6ce75801ec4e", - "reference": "428fba5d30e48a5cb76ca0c5b4be6ce75801ec4e", + "url": "https://api.github.com/repos/illuminate/support/zipball/b1374932ec9a90bc223f9c5a12beba4cf909f4f4", + "reference": "b1374932ec9a90bc223f9c5a12beba4cf909f4f4", "shasum": "" }, "require": { @@ -1774,7 +1774,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-06-05T10:27:21+00:00" + "time": "2023-06-27T18:33:36+00:00" }, { "name": "intervention/image", @@ -3919,16 +3919,16 @@ }, { "name": "sabre/xml", - "version": "4.0.0", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/sabre-io/xml.git", - "reference": "5051b30416b60f52395007c7069acbd010edd2a7" + "reference": "61a44c39f51e386ae495304bfb78f0b0a6ed11fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/xml/zipball/5051b30416b60f52395007c7069acbd010edd2a7", - "reference": "5051b30416b60f52395007c7069acbd010edd2a7", + "url": "https://api.github.com/repos/sabre-io/xml/zipball/61a44c39f51e386ae495304bfb78f0b0a6ed11fe", + "reference": "61a44c39f51e386ae495304bfb78f0b0a6ed11fe", "shasum": "" }, "require": { @@ -3940,9 +3940,9 @@ "sabre/uri": ">=2.0,<4.0.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.9", - "phpstan/phpstan": "^1.8", - "phpunit/phpunit": "^9.0" + "friendsofphp/php-cs-fixer": "^3.20", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.6" }, "type": "library", "autoload": { @@ -3984,20 +3984,20 @@ "issues": "https://github.com/sabre-io/xml/issues", "source": "https://github.com/fruux/sabre-xml" }, - "time": "2022-09-26T08:40:11+00:00" + "time": "2023-06-28T14:18:46+00:00" }, { "name": "symfony/cache", - "version": "v6.3.0", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "357bf04b1380f71e40b2d6592dbf7f2a948ca6b1" + "reference": "52cff7608ef6e38376ac11bd1fbb0a220107f066" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/357bf04b1380f71e40b2d6592dbf7f2a948ca6b1", - "reference": "357bf04b1380f71e40b2d6592dbf7f2a948ca6b1", + "url": "https://api.github.com/repos/symfony/cache/zipball/52cff7608ef6e38376ac11bd1fbb0a220107f066", + "reference": "52cff7608ef6e38376ac11bd1fbb0a220107f066", "shasum": "" }, "require": { @@ -4064,7 +4064,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.3.0" + "source": "https://github.com/symfony/cache/tree/v6.3.1" }, "funding": [ { @@ -4080,7 +4080,7 @@ "type": "tidelift" } ], - "time": "2023-05-10T09:21:01+00:00" + "time": "2023-06-24T11:51:27+00:00" }, { "name": "symfony/cache-contracts", @@ -5576,22 +5576,22 @@ }, { "name": "composer/class-map-generator", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/composer/class-map-generator.git", - "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513" + "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/class-map-generator/zipball/1e1cb2b791facb2dfe32932a7718cf2571187513", - "reference": "1e1cb2b791facb2dfe32932a7718cf2571187513", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9", + "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9", "shasum": "" }, "require": { - "composer/pcre": "^2 || ^3", + "composer/pcre": "^2.1 || ^3.1", "php": "^7.2 || ^8.0", - "symfony/finder": "^4.4 || ^5.3 || ^6" + "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7" }, "require-dev": { "phpstan/phpstan": "^1.6", @@ -5629,7 +5629,7 @@ ], "support": { "issues": "https://github.com/composer/class-map-generator/issues", - "source": "https://github.com/composer/class-map-generator/tree/1.0.0" + "source": "https://github.com/composer/class-map-generator/tree/1.1.0" }, "funding": [ { @@ -5645,7 +5645,7 @@ "type": "tidelift" } ], - "time": "2022-06-19T11:31:27+00:00" + "time": "2023-06-30T13:58:57+00:00" }, { "name": "composer/composer", @@ -6317,16 +6317,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.5", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" + "reference": "19526a33fb561ef417e822e85f08a00db4059c17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", - "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17", + "reference": "19526a33fb561ef417e822e85f08a00db4059c17", "shasum": "" }, "require": { @@ -6367,9 +6367,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0" }, - "time": "2023-05-19T20:20:00+00:00" + "time": "2023-06-25T14:52:30+00:00" }, { "name": "phar-io/manifest", @@ -6887,16 +6887,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.2.2", + "version": "10.2.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "1ab521b24b88b88310c40c26c0cc4a94ba40ff95" + "reference": "35c8cac1734ede2ae354a6644f7088356ff5b08e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1ab521b24b88b88310c40c26c0cc4a94ba40ff95", - "reference": "1ab521b24b88b88310c40c26c0cc4a94ba40ff95", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/35c8cac1734ede2ae354a6644f7088356ff5b08e", + "reference": "35c8cac1734ede2ae354a6644f7088356ff5b08e", "shasum": "" }, "require": { @@ -6968,7 +6968,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.3" }, "funding": [ { @@ -6984,7 +6984,7 @@ "type": "tidelift" } ], - "time": "2023-06-11T06:15:20+00:00" + "time": "2023-06-30T06:17:38+00:00" }, { "name": "react/promise", @@ -8308,16 +8308,16 @@ }, { "name": "symfony/filesystem", - "version": "v6.3.0", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "97b698e1d77d356304def77a8d0cd73090b359ea" + "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/97b698e1d77d356304def77a8d0cd73090b359ea", - "reference": "97b698e1d77d356304def77a8d0cd73090b359ea", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae", + "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae", "shasum": "" }, "require": { @@ -8351,7 +8351,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.3.0" + "source": "https://github.com/symfony/filesystem/tree/v6.3.1" }, "funding": [ { @@ -8367,7 +8367,7 @@ "type": "tidelift" } ], - "time": "2023-05-30T17:12:32+00:00" + "time": "2023-06-01T08:30:39+00:00" }, { "name": "symfony/finder", |
