Skip to content

Commit

Permalink
➕ add symfony 5 compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Aug 19, 2024
1 parent 923a1b6 commit c5ab89a
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 133 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"rector/rector": "^1.2.2",
"symfony/console": "^6.4 || ^7.1"
"symfony/console": "^5.4 || ^6.4 || ^7.1"
},
"require-dev": {
"pluswerk/grumphp-config": "^7.0.4",
Expand Down
Loading

0 comments on commit c5ab89a

Please sign in to comment.