Skip to content

Commit

Permalink
Merge 90e712e into e2556b3
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jul 15, 2023
2 parents e2556b3 + 90e712e commit e730ce8
Show file tree
Hide file tree
Showing 33 changed files with 3,263 additions and 476 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
],
"scripts": {
"install-dev-tools": [
"cd dev-tools && composer update --no-interaction"
"cd dev-tools && composer install --no-interaction"
],
"sca": [
"php dev-tools/vendor/bin/php-cs-fixer fix --dry-run -vv",
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ext-simplexml": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.13.2",
"friendsofphp/php-cs-fixer": "^3.21.1",
"pdepend/pdepend": "^2.2",
"phpmd/phpmd": "^2.3",
"sebastian/finder-facade": "^1.1",
Expand Down
Loading

0 comments on commit e730ce8

Please sign in to comment.