Skip to content

Commit

Permalink
Refresh lock & bump dev deps
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Jan 26, 2025
1 parent 15d5085 commit be9a291
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 84 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"boesing/psalm-plugin-stringf": "^1.4",
"composer/package-versions-deprecated": "^1.11.99.5",
"friendsofphp/proxy-manager-lts": "^1.0.18",
"laminas/laminas-cli": "^1.8",
"laminas/laminas-coding-standard": "~3.0.0",
"laminas/laminas-container-config-test": "^1.0",
"lctrs/psalm-psr-container-plugin": "^1.9",
"laminas/laminas-cli": "^1.11",
"laminas/laminas-coding-standard": "~3.0.1",
"laminas/laminas-container-config-test": "^1.1",
"lctrs/psalm-psr-container-plugin": "^1.10",
"mikey179/vfsstream": "^1.6.12",
"phpbench/phpbench": "^1.3.1",
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0",
"symfony/console": "^6.0",
"phpbench/phpbench": "^1.4.0",
"phpunit/phpunit": "^10.5.41",
"psalm/plugin-phpunit": "^0.19.1",
"symfony/console": "^6.4.17",
"vimeo/psalm": "^5.26.1"
},
"provide": {
Expand Down
101 changes: 26 additions & 75 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.23.1@8471a896ccea3526b26d082f4461eeea467f10a4">
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="src/AbstractFactory/ConfigAbstractFactory.php">
<InvalidStringClass>
<code><![CDATA[new $requestedName(...$arguments)]]></code>
Expand Down

0 comments on commit be9a291

Please sign in to comment.