Skip to content

Commit

Permalink
Drop support for Symfony 4
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Nov 29, 2022
1 parent 7433c3a commit 19cea84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"doctrine/lexer": "^1.2.3",
"doctrine/persistence": "^3",
"psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^4.4 || ^5.4 || ^6.0"
"symfony/console": "^5.4 || ^6.0"
},
"require-dev": {
"doctrine/coding-standard": "^10.0",
Expand All @@ -42,7 +42,7 @@
"phpunit/phpunit": "^9.5",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/cache": "^5.4 || ^6.0",
"vimeo/psalm": "4.30.0 || 5.0.0-rc1"
},
"suggest": {
Expand Down

0 comments on commit 19cea84

Please sign in to comment.