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.2.0  | 2.3.0  |
| packagist  | php-standard-library/psalm-plugin      | 2.0.2  | 2.1.0  |
| packagist  | roave/infection-static-analysis-plugin | 1.25.0 | 1.26.0 |
| packagist  | symfony/console                        | 6.1.8  | 6.2.0  |
  • Loading branch information
renovate[bot] authored Dec 1, 2022
1 parent f60d0c0 commit 7ea7703
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"ext-json": "*",
"azjezz/psl": "^2.2.0",
"azjezz/psl": "^2.3.0",
"composer/composer": "^2.4.4",
"nikolaposa/version": "^4.1.0",
"ocramius/package-versions": "^2.7.0",
"roave/better-reflection": "^6.4.1",
"symfony/console": "^6.1.8"
"symfony/console": "^6.2.0"
},
"license": "MIT",
"authors": [
Expand All @@ -24,10 +24,10 @@
],
"require-dev": {
"doctrine/coding-standard": "^10.0.0",
"php-standard-library/psalm-plugin": "^2.0.2",
"php-standard-library/psalm-plugin": "^2.1.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.3",
"roave/infection-static-analysis-plugin": "^1.25",
"roave/infection-static-analysis-plugin": "^1.26.0",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^4.30.0"
Expand Down

0 comments on commit 7ea7703

Please sign in to comment.