Skip to content

Commit

Permalink
Update symfony packages
Browse files Browse the repository at this point in the history
| datasource | package                      | from  | to    |
| ---------- | ---------------------------- | ----- | ----- |
| packagist  | symfony/config               | 6.2.7 | 6.3.2 |
| packagist  | symfony/dependency-injection | 6.2.8 | 6.3.2 |
| packagist  | symfony/expression-language  | 6.2.7 | 6.3.0 |
| packagist  | symfony/filesystem           | 6.2.7 | 6.3.1 |
| packagist  | symfony/proxy-manager-bridge | 6.2.7 | 6.3.0 |
| packagist  | symfony/yaml                 | 6.2.7 | 6.3.3 |
  • Loading branch information
renovate[bot] authored and lcobucci committed Aug 1, 2023
1 parent 0ba6ff3 commit 88a2373
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 154 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"homepage": "https://github.com/lcobucci/di-builder",
"require": {
"php": "~8.2.0",
"symfony/config": "^6.2.7",
"symfony/dependency-injection": "^6.2.8",
"symfony/expression-language": "^6.2.7",
"symfony/filesystem": "^6.2.7"
"symfony/config": "^6.3.2",
"symfony/dependency-injection": "^6.3.2",
"symfony/expression-language": "^6.3.0",
"symfony/filesystem": "^6.3.1"
},
"require-dev": {
"infection/infection": "^0.26",
Expand All @@ -33,8 +33,8 @@
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.0.19",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/proxy-manager-bridge": "^6.2.7",
"symfony/yaml": "^6.2.7"
"symfony/proxy-manager-bridge": "^6.3.0",
"symfony/yaml": "^6.3.3"
},
"replace": {
"symfony/polyfill-php71": "*",
Expand Down
Loading

0 comments on commit 88a2373

Please sign in to comment.