forked from yakamara/redaxo_yrewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (33 loc) · 831 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "yakamara/redaxo_yrewrite",
"require": {
"php": ">=8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.15.1",
"friendsofredaxo/linter": "^1.4",
"j13k/yaml-lint": "@dev",
"redaxo/php-cs-fixer-config": "^2.1.1",
"redaxo/psalm-plugin": "^2.0",
"redaxo/source": "^5.15.1",
"vimeo/psalm": "^5.9.0",
"yakamara/redaxo_yform": "dev-master"
},
"autoload": {
"classmap": [
"lib/"
]
},
"scripts": {
"cs": "php-cs-fixer fix -v --ansi",
"psalm": "psalm --no-suggestions",
"post-update-cmd": "@composer bump"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.1.16"
}
}
}