Skip to content

Commit

Permalink
Merge pull request #519 from lcobucci/renovate/symfony
Browse files Browse the repository at this point in the history
Update symfony packages
  • Loading branch information
lcobucci committed Aug 1, 2023
2 parents 0ba6ff3 + c20bc48 commit cd69b73
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 368 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/composer-json-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: "composer-normalize --dry-run"

- name: "Check composer.json explicit dependencies"
run: "composer-require-checker check --config-file=$(realpath composer-require-checker.json)"
run: "composer-require-checker check"

- name: "Check composer.json unused dependencies"
run: "composer-unused --ignore-exit-code "
5 changes: 0 additions & 5 deletions composer-require-checker.json

This file was deleted.

14 changes: 5 additions & 9 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,7 @@
"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/yaml": "^6.3.3"
},
"replace": {
"symfony/polyfill-php71": "*",
Expand All @@ -45,9 +44,6 @@
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
},
"suggest": {
"symfony/proxy-manager-bridge": "Allows the creation of lazy services"
},
"autoload": {
"psr-4": {
"Lcobucci\\DependencyInjection\\": "src"
Expand Down
Loading

0 comments on commit cd69b73

Please sign in to comment.