Skip to content

Commit

Permalink
This way you can use it with PHP-CS-Fixer phar
Browse files Browse the repository at this point in the history
  • Loading branch information
umpirsky authored and PedroTroller committed Jun 14, 2023
1 parent c166db1 commit cb7dc1f
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 @@ -3,10 +3,10 @@
"description": "PHP-CS-FIXER : my custom fixers",
"license": "MIT",
"require": {
"php": "^8.0",
"friendsofphp/php-cs-fixer": "^3.15"
"php": "^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.15",
"phpspec/phpspec": "^7.0",
"sebastian/diff": "^4.0",
"twig/twig": "^3.3",
Expand Down

0 comments on commit cb7dc1f

Please sign in to comment.