Skip to content

Commit

Permalink
[TASK] Drop support for Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Jun 3, 2024
1 parent 27798dd commit 189037d
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 189037d

Please sign in to comment.