Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/composer/symfony/console-6.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer authored Jan 29, 2025
2 parents 6396464 + 6360f41 commit cede758
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 263 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"symfony/yaml": "^6.4"
},
"require-dev": {
"phpdocumentor/shim": "^3.5",
"phpdocumentor/shim": "^3.6",
"phpmd/phpmd": "^2.15",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-doctrine": "^1.5",
"phpstan/phpstan-strict-rules": "^1.6",
"phpstan/phpstan-symfony": "^1.4",
"friendsofphp/php-cs-fixer": "^3.64",
"squizlabs/php_codesniffer": "^3.10",
"friendsofphp/php-cs-fixer": "^3.68",
"squizlabs/php_codesniffer": "^3.11",
"vimeo/psalm": "^5.26"
},
"autoload": {
Expand All @@ -58,13 +58,16 @@
}
},
"config": {
"platform": {
"php": "8.1"
},
"allow-plugins": {
"phpdocumentor/shim": true
}
},
"scripts": {
"pre-install-cmd": [
"@php -r \"if (!is_dir('./data')) { mkdir('./data', 0775); }\"",
"@php -r \"if (!is_dir('./data')) { umask(0); mkdir('./data', 0775); }\"",
"@php -r \"if (!file_exists('./config/config.yml')) { copy('./config/config.dist.yml', './config/config.yml'); }\""
],
"post-install-cmd": [
Expand Down
Loading

0 comments on commit cede758

Please sign in to comment.