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  | azjezz/psl                             | 2.3.1  | 2.4.1  |
| packagist  | composer/composer                      | 2.5.1  | 2.5.4  |
| packagist  | doctrine/coding-standard               | 11.0.0 | 11.1.0 |
| packagist  | nikic/php-parser                       | 4.15.3 | 4.15.4 |
| packagist  | phpunit/phpunit                        | 9.5.27 | 9.6.5  |
| packagist  | roave/better-reflection                | 6.5.0  | 6.8.0  |
| packagist  | roave/infection-static-analysis-plugin | 1.27.0 | 1.29.0 |
| packagist  | squizlabs/php_codesniffer              | 3.7.1  | 3.7.2  |
| packagist  | symfony/console                        | 6.2.3  | 6.2.7  |
| packagist  | vimeo/psalm                            | 5.4.0  | 5.8.0  |
  • Loading branch information
renovate[bot] authored Mar 10, 2023
1 parent e9fa426 commit 4c10589
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 228 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"ext-json": "*",
"azjezz/psl": "^2.3.1",
"composer/composer": "^2.5.1",
"nikic/php-parser": "^4.15.3",
"azjezz/psl": "^2.4.1",
"composer/composer": "^2.5.4",
"nikic/php-parser": "^4.15.4",
"nikolaposa/version": "^4.1.0",
"ocramius/package-versions": "^2.7.0",
"roave/better-reflection": "^6.5.0",
"symfony/console": "^6.2.3"
"roave/better-reflection": "^6.8.0",
"symfony/console": "^6.2.7"
},
"license": "MIT",
"authors": [
Expand All @@ -24,14 +24,14 @@
}
],
"require-dev": {
"doctrine/coding-standard": "^11.0.0",
"doctrine/coding-standard": "^11.1.0",
"php-standard-library/psalm-plugin": "^2.2.1",
"phpunit/phpunit": "^9.5.27",
"phpunit/phpunit": "^9.6.5",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.27.0",
"roave/infection-static-analysis-plugin": "^1.29.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^5.4.0"
"squizlabs/php_codesniffer": "^3.7.2",
"vimeo/psalm": "^5.8.0"
},
"conflict": {
"revolt/event-loop": "<0.2.5",
Expand Down
Loading

0 comments on commit 4c10589

Please sign in to comment.