forked from ticktackk/DeveloperToolsForXF2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 717 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 717 Bytes
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
{
"config": {
"sort-packages": true,
"vendor-dir": "_vendor",
"allow-plugins": {
"cweagans/composer-patches": true
}
},
"require": {
"ext-dom": "*",
"ext-intl": "*",
"ext-json": "*",
"cweagans/composer-patches": "^1.7",
"jawira/case-converter": "^3.4",
"league/html-to-markdown": "^5.0",
"nette/php-generator": "^3.6",
"nikic/php-parser": "4.13"
},
"extra": {
"patches": {
"nette/php-generator": {
"Fixes: Using comment before for parameter throws exception (#135)": "_patches/nette/php-generator/github-issue-135.patch"
}
}
}
}