Skip to content

Commit 7c46f50

Browse files
committedApr 14, 2023
Update pug, mobiledetect and symfony/validator
1 parent 690a627 commit 7c46f50

File tree

293 files changed

+7200
-5408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+7200
-5408
lines changed
 

‎.vscode/settings.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"restructuredtext.confPath": "${workspaceFolder}/rtfm/source",
33
"restructuredtext.builtDocumentationPath": "${workspaceRoot}/rtfm/build/html",
44
"search.exclude": {
5-
"**/node_modules": true,
65
"**/bower_components": true,
6+
"**/node_modules": true,
77
"rtfm/build": true,
88
"tests/simpletest": true,
99
"vendor": true,
@@ -12,6 +12,7 @@
1212
"restructuredtext.languageServer.trace.server": "messages",
1313
"restructuredtext.linter.executablePath": "/usr/local/bin/doc8",
1414
"cSpell.words": [
15+
"classmap",
1516
"corejs",
1617
"endcode",
1718
"gifsicle",
@@ -20,8 +21,11 @@
2021
"javascripts",
2122
"jpegtran",
2223
"MAILHOG",
24+
"mobiledetect",
25+
"mobiledetectlib",
2326
"optipng",
2427
"phpmailer",
2528
"runcommand",
29+
"symfony"
2630
]
2731
}

‎composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"require": {
33
"pug-php/pug": "^3.0",
4-
"mobiledetect/mobiledetectlib": "^2.8",
5-
"symfony/validator": "^5.0"
4+
"mobiledetect/mobiledetectlib": "^3.74",
5+
"symfony/validator": "^6"
66
},
77
"config": {
8-
"classmap-authoritative": true
8+
"classmap-authoritative": true,
9+
"allow-plugins": {
10+
"nodejs-php-fallback/nodejs-php-fallback": true
11+
}
912
}
1013
}

0 commit comments

Comments
 (0)
Please sign in to comment.