Skip to content

Commit

Permalink
allow older versions of cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
nexana committed Jan 7, 2022
1 parent a168e96 commit 5f36da7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Provides integration with php codesniffer for your symfony projects",
"require": {
"php": ">=7.3",
"friendsofphp/php-cs-fixer": "^3.0",
"friendsofphp/php-cs-fixer": "^3.0|^2.0",
"symfony/console": "^5.3|^4.4",
"symfony/filesystem": "^5.3|^4.4",
"symfony/finder": "^5.3|^4.4"
Expand Down Expand Up @@ -32,5 +32,8 @@
"config": {
"bin-dir": "bin",
"sort-packages": true
},
"require-dev": {
"codeception/codeception": "^4.1"
}
}

0 comments on commit 5f36da7

Please sign in to comment.