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.8  | 7.1.1 |
| packagist  | symfony/dependency-injection | 6.4.12 | 7.1.5 |
| packagist  | symfony/expression-language  | 6.4.11 | 7.1.4 |
| packagist  | symfony/filesystem           | 6.4.12 | 7.1.5 |
| packagist  | symfony/yaml                 | 6.4.12 | 7.1.5 |
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent b410b1a commit ee0984a
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 67 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.29",
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
122 changes: 60 additions & 62 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee0984a

Please sign in to comment.