Skip to content

Commit

Permalink
Merge pull request #130 from oliverklee/task/drop-symfony-5
Browse files Browse the repository at this point in the history
[TASK] Drop support for Symfony 5
  • Loading branch information
bmack authored Jun 3, 2024
2 parents 1f62249 + daba62a commit 0b8db6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"php": "^8.1",
"ext-json": "*",
"friendsofphp/php-cs-fixer": "^3.49",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0"
"symfony/console": "^6.4 || ^7.0",
"symfony/filesystem": "^6.4 || ^7.0"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11.99.5",
Expand All @@ -48,8 +48,8 @@
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-symfony": "^1.3.2",
"phpunit/phpunit": "^10.1.3",
"symfony/finder": ">=5.4",
"symfony/process": ">=5.4"
"symfony/finder": "^6.4 || ^7.0",
"symfony/process": "^6.4 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0b8db6a

Please sign in to comment.