Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                | from  | to     |
| ---------- | -------------------------------------- | ----- | ------ |
| packagist  | doctrine/coding-standard               | 9.0.0 | 9.0.2  |
| packagist  | laminas/laminas-code                   | 4.4.2 | 4.13.0 |
| packagist  | phpbench/phpbench                      | 1.0.3 | 1.2.15 |
| packagist  | phpunit/phpunit                        | 9.5.6 | 9.6.19 |
| packagist  | roave/infection-static-analysis-plugin | 1.8.0 | 1.35.0 |
| packagist  | squizlabs/php_codesniffer              | 3.6.0 | 3.10.0 |
| packagist  | vimeo/psalm                            | 4.8.1 | 4.30.0 |
  • Loading branch information
renovate[bot] committed May 20, 2024
1 parent 04e124d commit c14ec82
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"require": {
"php": "~8.0.0",
"composer-runtime-api": "^2.1.0",
"laminas/laminas-code": "^4.4.2",
"laminas/laminas-code": "^4.13.0",
"webimpress/safe-writer": "^2.2.0"
},
"conflict": {
"thecodingmachine/safe": "<1.3.3"
},
"require-dev": {
"ext-phar": "*",
"doctrine/coding-standard": "^9.0.0",
"phpbench/phpbench": "^1.0.3",
"phpunit/phpunit": "^9.5.6",
"roave/infection-static-analysis-plugin": "^1.8",
"squizlabs/php_codesniffer": "^3.6.0",
"vimeo/psalm": "^4.8.1"
"doctrine/coding-standard": "^9.0.2",
"phpbench/phpbench": "^1.2.15",
"phpunit/phpunit": "^9.6.19",
"roave/infection-static-analysis-plugin": "^1.35.0",
"squizlabs/php_codesniffer": "^3.10.0",
"vimeo/psalm": "^4.30.0"
},
"suggest": {
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
Expand Down

0 comments on commit c14ec82

Please sign in to comment.