Skip to content

Commit

Permalink
[TASK] Update symfony packages to ~7.1.0
Browse files Browse the repository at this point in the history
| datasource | package                      | from  | to    |
| ---------- | ---------------------------- | ----- | ----- |
| packagist  | symfony/asset                | 7.0.7 | 7.1.1 |
| packagist  | symfony/browser-kit          | 7.0.7 | 7.1.1 |
| packagist  | symfony/cache                | 7.0.7 | 7.1.1 |
| packagist  | symfony/console              | 7.0.7 | 7.1.1 |
| packagist  | symfony/css-selector         | 7.0.7 | 7.1.1 |
| packagist  | symfony/dependency-injection | 7.0.7 | 7.1.1 |
| packagist  | symfony/dotenv               | 7.0.7 | 7.1.1 |
| packagist  | symfony/framework-bundle     | 7.0.7 | 7.1.1 |
| packagist  | symfony/http-client          | 7.0.7 | 7.1.1 |
| packagist  | symfony/http-foundation      | 7.0.7 | 7.1.1 |
| packagist  | symfony/http-kernel          | 7.0.7 | 7.1.1 |
| packagist  | symfony/phpunit-bridge       | 7.0.7 | 7.1.1 |
| packagist  | symfony/routing              | 7.0.7 | 7.1.1 |
| packagist  | symfony/runtime              | 7.0.7 | 7.1.1 |
| packagist  | symfony/web-link             | 7.0.7 | 7.1.1 |
| packagist  | symfony/web-profiler-bundle  | 7.0.7 | 7.1.1 |
| packagist  | symfony/yaml                 | 7.0.7 | 7.1.1 |
  • Loading branch information
renovate[bot] committed Jun 7, 2024
1 parent 6e1330e commit 6dd09f6
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 183 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@
"ext-json": "*",
"nyholm/psr7": "^1.4",
"symfony/apache-pack": "^1.0",
"symfony/asset": "~7.0.0",
"symfony/cache": "~7.0.0",
"symfony/asset": "~7.1.0",
"symfony/cache": "~7.1.0",
"symfony/cache-contracts": "^3.0",
"symfony/console": "~7.0.0",
"symfony/css-selector": "~7.0.0",
"symfony/dependency-injection": "~7.0.0",
"symfony/dotenv": "~7.0.0",
"symfony/console": "~7.1.0",
"symfony/css-selector": "~7.1.0",
"symfony/dependency-injection": "~7.1.0",
"symfony/dotenv": "~7.1.0",
"symfony/flex": "^2.0",
"symfony/framework-bundle": "~7.0.0",
"symfony/http-client": "~7.0.0",
"symfony/framework-bundle": "~7.1.0",
"symfony/http-client": "~7.1.0",
"symfony/http-client-contracts": "^3.0",
"symfony/http-foundation": "~7.0.0",
"symfony/http-kernel": "~7.0.0",
"symfony/routing": "~7.0.0",
"symfony/runtime": "~7.0.0",
"symfony/http-foundation": "~7.1.0",
"symfony/http-kernel": "~7.1.0",
"symfony/routing": "~7.1.0",
"symfony/runtime": "~7.1.0",
"symfony/service-contracts": "^3.4",
"symfony/web-link": "~7.0.0",
"symfony/web-profiler-bundle": "~7.0.0",
"symfony/web-link": "~7.1.0",
"symfony/web-profiler-bundle": "~7.1.0",
"symfony/webpack-encore-bundle": "^2.0",
"symfony/yaml": "~7.0.0"
"symfony/yaml": "~7.1.0"
},
"require-dev": {
"eliashaeussler/php-cs-fixer-config": "^2.0",
Expand All @@ -47,8 +47,8 @@
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-symfony": "^1.0",
"phpunit/phpunit": "^11.0",
"symfony/browser-kit": "~7.0.0",
"symfony/phpunit-bridge": "~7.0.0"
"symfony/browser-kit": "~7.1.0",
"symfony/phpunit-bridge": "~7.1.0"
},
"replace": {
"symfony/polyfill-ctype": "*",
Expand Down
Loading

0 comments on commit 6dd09f6

Please sign in to comment.