Update dependencies

This commit is contained in:
Sebastian Meyer 2024-01-22 21:20:42 +01:00
parent 631a1e29a4
commit 16dbc1c39a
2 changed files with 51 additions and 51 deletions

View File

@ -33,7 +33,7 @@
"ext-sqlite3": "*", "ext-sqlite3": "*",
"doctrine/dbal": "^3.7", "doctrine/dbal": "^3.7",
"doctrine/orm": "^2.17", "doctrine/orm": "^2.17",
"opencultureconsulting/basics": "^1.0", "opencultureconsulting/basics": "^1.1",
"opencultureconsulting/psr15": "^1.0", "opencultureconsulting/psr15": "^1.0",
"symfony/cache": "^6.4", "symfony/cache": "^6.4",
"symfony/console": "^6.4", "symfony/console": "^6.4",
@ -44,7 +44,7 @@
"require-dev": { "require-dev": {
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpstan/phpstan-strict-rules": "^1.5", "phpstan/phpstan-strict-rules": "^1.5",
"friendsofphp/php-cs-fixer": "^3.46" "friendsofphp/php-cs-fixer": "^3.48"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

98
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "944cba5f372ca0ab2482551434ec9d4a", "content-hash": "1240d4e91e41be0ea87da517d5ce16ce",
"packages": [ "packages": [
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
@ -278,16 +278,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "3.7.2", "version": "3.7.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "0ac3c270590e54910715e9a1a044cc368df282b2" "reference": "ce594cbc39a4866c544f1a970d285ff0548221ad"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/0ac3c270590e54910715e9a1a044cc368df282b2", "url": "https://api.github.com/repos/doctrine/dbal/zipball/ce594cbc39a4866c544f1a970d285ff0548221ad",
"reference": "0ac3c270590e54910715e9a1a044cc368df282b2", "reference": "ce594cbc39a4866c544f1a970d285ff0548221ad",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -303,14 +303,14 @@
"doctrine/coding-standard": "12.0.0", "doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1", "fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1", "jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.10.42", "phpstan/phpstan": "1.10.56",
"phpstan/phpstan-strict-rules": "^1.5", "phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.13", "phpunit/phpunit": "9.6.15",
"psalm/plugin-phpunit": "0.18.4", "psalm/plugin-phpunit": "0.18.4",
"slevomat/coding-standard": "8.13.1", "slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.7.2", "squizlabs/php_codesniffer": "3.8.1",
"symfony/cache": "^5.4|^6.0", "symfony/cache": "^5.4|^6.0|^7.0",
"symfony/console": "^4.4|^5.4|^6.0", "symfony/console": "^4.4|^5.4|^6.0|^7.0",
"vimeo/psalm": "4.30.0" "vimeo/psalm": "4.30.0"
}, },
"suggest": { "suggest": {
@ -371,7 +371,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/dbal/issues", "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.7.3"
}, },
"funding": [ "funding": [
{ {
@ -387,7 +387,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-11-19T08:06:58+00:00" "time": "2024-01-21T07:53:09+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
@ -529,16 +529,16 @@
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
"version": "2.0.8", "version": "2.0.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/inflector.git", "url": "https://github.com/doctrine/inflector.git",
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff", "url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65",
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff", "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -600,7 +600,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/inflector/issues", "issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.8" "source": "https://github.com/doctrine/inflector/tree/2.0.9"
}, },
"funding": [ "funding": [
{ {
@ -616,7 +616,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-06-16T13:40:37+00:00" "time": "2024-01-15T18:05:13+00:00"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
@ -768,16 +768,16 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "2.17.2", "version": "2.17.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/orm.git", "url": "https://github.com/doctrine/orm.git",
"reference": "393679a4795e49b0b3ac317dce84d0f8888f2b77" "reference": "398ab0547aaf90bdb352b560a94c24f44ff00670"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/393679a4795e49b0b3ac317dce84d0f8888f2b77", "url": "https://api.github.com/repos/doctrine/orm/zipball/398ab0547aaf90bdb352b560a94c24f44ff00670",
"reference": "393679a4795e49b0b3ac317dce84d0f8888f2b77", "reference": "398ab0547aaf90bdb352b560a94c24f44ff00670",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -863,9 +863,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/orm/issues", "issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.17.2" "source": "https://github.com/doctrine/orm/tree/2.17.3"
}, },
"time": "2023-12-20T21:47:52+00:00" "time": "2024-01-16T21:32:04+00:00"
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
@ -1083,24 +1083,24 @@
}, },
{ {
"name": "opencultureconsulting/basics", "name": "opencultureconsulting/basics",
"version": "v1.0.1", "version": "v1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/opencultureconsulting/php-basics.git", "url": "https://github.com/opencultureconsulting/php-basics.git",
"reference": "b20a8df00cecd426b8283a5719533255c7073658" "reference": "f832b58a3e18b7c142401d2d3e0ce505ea6c2a6b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/opencultureconsulting/php-basics/zipball/b20a8df00cecd426b8283a5719533255c7073658", "url": "https://api.github.com/repos/opencultureconsulting/php-basics/zipball/f832b58a3e18b7c142401d2d3e0ce505ea6c2a6b",
"reference": "b20a8df00cecd426b8283a5719533255c7073658", "reference": "f832b58a3e18b7c142401d2d3e0ce505ea6c2a6b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^8.0" "php": "^8.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.45", "friendsofphp/php-cs-fixer": "^3.48",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10.56",
"phpstan/phpstan-strict-rules": "^1.5" "phpstan/phpstan-strict-rules": "^1.5"
}, },
"type": "library", "type": "library",
@ -1151,25 +1151,25 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-01-03T14:27:36+00:00" "time": "2024-01-22T20:03:54+00:00"
}, },
{ {
"name": "opencultureconsulting/psr15", "name": "opencultureconsulting/psr15",
"version": "v1.0.0", "version": "v1.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/opencultureconsulting/psr-15.git", "url": "https://github.com/opencultureconsulting/psr-15.git",
"reference": "f108f19d2ee3cd3773f8007d16d9317726cc5e99" "reference": "e473341f46ecf021e3e729a9fa5de0efa6f7068e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/opencultureconsulting/psr-15/zipball/f108f19d2ee3cd3773f8007d16d9317726cc5e99", "url": "https://api.github.com/repos/opencultureconsulting/psr-15/zipball/e473341f46ecf021e3e729a9fa5de0efa6f7068e",
"reference": "f108f19d2ee3cd3773f8007d16d9317726cc5e99", "reference": "e473341f46ecf021e3e729a9fa5de0efa6f7068e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"guzzlehttp/psr7": "^2.6", "guzzlehttp/psr7": "^2.6",
"opencultureconsulting/basics": "^1.0", "opencultureconsulting/basics": "^1.1",
"php": "^8.0", "php": "^8.0",
"psr/http-server-handler": "^1.0", "psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0" "psr/http-server-middleware": "^1.0"
@ -1179,7 +1179,7 @@
"psr/http-server-middleware-implementation": "1.0" "psr/http-server-middleware-implementation": "1.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.45", "friendsofphp/php-cs-fixer": "^3.48",
"phpstan/phpstan": "^1.10", "phpstan/phpstan": "^1.10",
"phpstan/phpstan-strict-rules": "^1.5" "phpstan/phpstan-strict-rules": "^1.5"
}, },
@ -1227,7 +1227,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-01-01T09:29:46+00:00" "time": "2024-01-22T20:13:28+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",
@ -3322,16 +3322,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v3.46.0", "version": "v3.48.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "be6831c9af1740470d2a773119b9273f8ac1c3d2" "reference": "a92472c6fb66349de25211f31c77eceae3df024e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/be6831c9af1740470d2a773119b9273f8ac1c3d2", "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a92472c6fb66349de25211f31c77eceae3df024e",
"reference": "be6831c9af1740470d2a773119b9273f8ac1c3d2", "reference": "a92472c6fb66349de25211f31c77eceae3df024e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3401,7 +3401,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.46.0" "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.48.0"
}, },
"funding": [ "funding": [
{ {
@ -3409,20 +3409,20 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-01-03T21:38:46+00:00" "time": "2024-01-19T21:44:39+00:00"
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.55", "version": "1.10.56",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949" "reference": "27816a01aea996191ee14d010f325434c0ee76fa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/9a88f9d18ddf4cf54c922fbeac16c4cb164c5949", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/27816a01aea996191ee14d010f325434c0ee76fa",
"reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949", "reference": "27816a01aea996191ee14d010f325434c0ee76fa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3471,7 +3471,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-08T12:32:40+00:00" "time": "2024-01-15T10:43:00+00:00"
}, },
{ {
"name": "phpstan/phpstan-strict-rules", "name": "phpstan/phpstan-strict-rules",