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.14.0 |
| github-tags | containerbase/php-prebuild             | 8.0.0 | 8.3.10 |
| packagist   | phpbench/phpbench                      | 1.0.3 | 1.3.1  |
| packagist   | phpunit/phpunit                        | 9.5.6 | 9.6.20 |
| packagist   | roave/infection-static-analysis-plugin | 1.8.0 | 1.35.0 |
| packagist   | squizlabs/php_codesniffer              | 3.6.0 | 3.10.2 |
| packagist   | vimeo/psalm                            | 4.8.1 | 4.30.0 |
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 04e124d commit 352a281
Show file tree
Hide file tree
Showing 2 changed files with 1,227 additions and 939 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
}
],
"require": {
"php": "~8.0.0",
"php": "~8.3.10",
"composer-runtime-api": "^2.1.0",
"laminas/laminas-code": "^4.4.2",
"laminas/laminas-code": "^4.14.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.3.1",
"phpunit/phpunit": "^9.6.20",
"roave/infection-static-analysis-plugin": "^1.35.0",
"squizlabs/php_codesniffer": "^3.10.2",
"vimeo/psalm": "^4.30.0"
},
"suggest": {
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
Expand Down
Loading

0 comments on commit 352a281

Please sign in to comment.