Skip to content

Commit

Permalink
Update symfony packages to v7
Browse files Browse the repository at this point in the history
| datasource | package                      | from  | to    |
| ---------- | ---------------------------- | ----- | ----- |
| packagist  | symfony/config               | 6.4.7 | 7.0.7 |
| packagist  | symfony/dependency-injection | 6.4.7 | 7.0.7 |
| packagist  | symfony/expression-language  | 6.4.7 | 7.0.7 |
| packagist  | symfony/filesystem           | 6.4.7 | 7.0.7 |
| packagist  | symfony/yaml                 | 6.4.7 | 7.0.7 |
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent f1ddcd7 commit 32c90fd
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 91 deletions.
10 changes: 5 additions & 5 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 || ~8.3.0",
"symfony/config": "^6.3.2",
"symfony/dependency-injection": "^6.3.2",
"symfony/expression-language": "^6.3.0",
"symfony/filesystem": "^6.3.1"
"symfony/config": "^7.0.0",
"symfony/dependency-injection": "^7.0.0",
"symfony/expression-language": "^7.0.0",
"symfony/filesystem": "^7.0.0"
},
"require-dev": {
"infection/infection": "^0.28",
Expand All @@ -33,7 +33,7 @@
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^11.0",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/yaml": "^6.3.3"
"symfony/yaml": "^7.0.0"
},
"replace": {
"symfony/polyfill-php71": "*",
Expand Down

0 comments on commit 32c90fd

Please sign in to comment.