Skip to content

Commit

Permalink
Update CS fixer to be compatible with PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Nov 6, 2024
1 parent 0dca4b7 commit 904dfb0
Show file tree
Hide file tree
Showing 4 changed files with 749 additions and 38 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"require-dev": {
"prestashop/php-dev-tools": "^4.3",
"czproject/git-php": "^4.2",
"phpunit/phpunit": "^9.6"
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^v3"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -50,4 +51,4 @@
},
"type": "prestashop-module",
"author": "PrestaShop"
}
}
Loading

0 comments on commit 904dfb0

Please sign in to comment.