2
0
mirror of https://github.com/opencultureconsulting/oai-pmh2.git synced 2025-03-30 00:00:30 +01:00

Update dependencies

This commit is contained in:
Sebastian Meyer 2025-02-19 12:44:53 +01:00
parent 6e01324d65
commit 9f13e3022b
2 changed files with 39 additions and 39 deletions

View File

@ -42,13 +42,13 @@
"symfony/yaml": "^6.4" "symfony/yaml": "^6.4"
}, },
"require-dev": { "require-dev": {
"phpdocumentor/shim": "^3.6", "phpdocumentor/shim": "^3.7",
"phpmd/phpmd": "^2.15", "phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^1.12", "phpstan/phpstan": "^1.12",
"phpstan/phpstan-doctrine": "^1.5", "phpstan/phpstan-doctrine": "^1.5",
"phpstan/phpstan-strict-rules": "^1.6", "phpstan/phpstan-strict-rules": "^1.6",
"phpstan/phpstan-symfony": "^1.4", "phpstan/phpstan-symfony": "^1.4",
"friendsofphp/php-cs-fixer": "^3.68", "friendsofphp/php-cs-fixer": "^3.69",
"squizlabs/php_codesniffer": "^3.11", "squizlabs/php_codesniffer": "^3.11",
"vimeo/psalm": "^5.26" "vimeo/psalm": "^5.26"
}, },

74
composer.lock generated
View File

@ -574,16 +574,16 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "3.3.1", "version": "3.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/orm.git", "url": "https://github.com/doctrine/orm.git",
"reference": "b1f8253105aa5382c495e5f9f8ef34e297775428" "reference": "c9557c588b3a70ed93caff069d0aa75737f25609"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/b1f8253105aa5382c495e5f9f8ef34e297775428", "url": "https://api.github.com/repos/doctrine/orm/zipball/c9557c588b3a70ed93caff069d0aa75737f25609",
"reference": "b1f8253105aa5382c495e5f9f8ef34e297775428", "reference": "c9557c588b3a70ed93caff069d0aa75737f25609",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -658,9 +658,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/orm/issues", "issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/3.3.1" "source": "https://github.com/doctrine/orm/tree/3.3.2"
}, },
"time": "2024-12-19T07:08:14+00:00" "time": "2025-02-04T19:43:15+00:00"
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
@ -3440,16 +3440,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v3.68.3", "version": "v3.69.1",
"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": "85fd31cced824749a732e697acdd1a3d657312f0" "reference": "13b0c0eede38c11cd674b080f2b485d0f14ffa9f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/85fd31cced824749a732e697acdd1a3d657312f0", "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/13b0c0eede38c11cd674b080f2b485d0f14ffa9f",
"reference": "85fd31cced824749a732e697acdd1a3d657312f0", "reference": "13b0c0eede38c11cd674b080f2b485d0f14ffa9f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3466,7 +3466,7 @@
"react/promise": "^2.0 || ^3.0", "react/promise": "^2.0 || ^3.0",
"react/socket": "^1.0", "react/socket": "^1.0",
"react/stream": "^1.0", "react/stream": "^1.0",
"sebastian/diff": "^4.0 || ^5.1 || ^6.0", "sebastian/diff": "^4.0 || ^5.1 || ^6.0 || ^7.0",
"symfony/console": "^5.4 || ^6.4 || ^7.0", "symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0", "symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0", "symfony/filesystem": "^5.4 || ^6.4 || ^7.0",
@ -3479,18 +3479,18 @@
"symfony/stopwatch": "^5.4 || ^6.4 || ^7.0" "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0"
}, },
"require-dev": { "require-dev": {
"facile-it/paraunit": "^1.3.1 || ^2.4", "facile-it/paraunit": "^1.3.1 || ^2.5",
"infection/infection": "^0.29.8", "infection/infection": "^0.29.10",
"justinrainbow/json-schema": "^5.3 || ^6.0", "justinrainbow/json-schema": "^5.3 || ^6.0",
"keradus/cli-executor": "^2.1", "keradus/cli-executor": "^2.1",
"mikey179/vfsstream": "^1.6.12", "mikey179/vfsstream": "^1.6.12",
"php-coveralls/php-coveralls": "^2.7", "php-coveralls/php-coveralls": "^2.7",
"php-cs-fixer/accessible-object": "^1.1", "php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6",
"phpunit/phpunit": "^9.6.22 || ^10.5.40 || ^11.5.2", "phpunit/phpunit": "^9.6.22 || ^10.5.45 || ^11.5.7",
"symfony/var-dumper": "^5.4.48 || ^6.4.15 || ^7.2.0", "symfony/var-dumper": "^5.4.48 || ^6.4.18 || ^7.2.0",
"symfony/yaml": "^5.4.45 || ^6.4.13 || ^7.2.0" "symfony/yaml": "^5.4.45 || ^6.4.18 || ^7.2.0"
}, },
"suggest": { "suggest": {
"ext-dom": "For handling output formats in XML", "ext-dom": "For handling output formats in XML",
@ -3531,7 +3531,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.68.3" "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.69.1"
}, },
"funding": [ "funding": [
{ {
@ -3539,7 +3539,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-01-27T16:37:32+00:00" "time": "2025-02-18T23:57:43+00:00"
}, },
{ {
"name": "netresearch/jsonmapper", "name": "netresearch/jsonmapper",
@ -4044,16 +4044,16 @@
}, },
{ {
"name": "phpdocumentor/shim", "name": "phpdocumentor/shim",
"version": "v3.6.0", "version": "v3.7.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/shim.git", "url": "https://github.com/phpDocumentor/shim.git",
"reference": "d26c20857d2841554dce050bc3a48aafd9269718" "reference": "0eb695503a5ad73eff5722d71a48317275dc2615"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/shim/zipball/d26c20857d2841554dce050bc3a48aafd9269718", "url": "https://api.github.com/repos/phpDocumentor/shim/zipball/0eb695503a5ad73eff5722d71a48317275dc2615",
"reference": "d26c20857d2841554dce050bc3a48aafd9269718", "reference": "0eb695503a5ad73eff5722d71a48317275dc2615",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4074,9 +4074,9 @@
"MIT" "MIT"
], ],
"support": { "support": {
"source": "https://github.com/phpDocumentor/shim/tree/v3.6.0" "source": "https://github.com/phpDocumentor/shim/tree/v3.7.1"
}, },
"time": "2024-12-20T21:14:06+00:00" "time": "2025-02-15T11:13:17+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
@ -4221,16 +4221,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "2.0.0", "version": "2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "c00d78fb6b29658347f9d37ebe104bffadf36299" "reference": "51087f87dcce2663e1fed4dfd4e56eccd580297e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/c00d78fb6b29658347f9d37ebe104bffadf36299", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/51087f87dcce2663e1fed4dfd4e56eccd580297e",
"reference": "c00d78fb6b29658347f9d37ebe104bffadf36299", "reference": "51087f87dcce2663e1fed4dfd4e56eccd580297e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4262,22 +4262,22 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/2.0.0" "source": "https://github.com/phpstan/phpdoc-parser/tree/2.0.2"
}, },
"time": "2024-10-13T11:29:49+00:00" "time": "2025-02-17T20:25:51+00:00"
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.12.16", "version": "1.12.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "e0bb5cb78545aae631220735aa706eac633a6be9" "reference": "fef9f07814a573399229304bb0046affdf558812"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e0bb5cb78545aae631220735aa706eac633a6be9", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fef9f07814a573399229304bb0046affdf558812",
"reference": "e0bb5cb78545aae631220735aa706eac633a6be9", "reference": "fef9f07814a573399229304bb0046affdf558812",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4322,7 +4322,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-01-21T14:50:05+00:00" "time": "2025-02-13T12:44:44+00:00"
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",