mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 17:16:13 +01:00
Merge branch 'TASK/use-development-php.ini-on-gitlab-ci' of https://github.com/FriendsOfTYPO3/tea into TASK/use-development-php.ini-on-gitlab-ci
This commit is contained in:
commit
e46e0d8f19
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@
|
|||
"saschaegerer/phpstan-typo3": "^1.10.2",
|
||||
"seld/jsonlint": "^1.11.0",
|
||||
"spaze/phpstan-disallowed-calls": "^3.4",
|
||||
"squizlabs/php_codesniffer": "^3.10.2",
|
||||
"squizlabs/php_codesniffer": "^3.10.3",
|
||||
"ssch/typo3-rector": "^2.6.5",
|
||||
"ssch/typo3-rector-testing-framework": "^2.0.1",
|
||||
"symfony/console": "^5.4 || ^6.4 || ^7.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"license": "GPL-2.0-or-later",
|
||||
"engines": {
|
||||
"node": "^20.17.0 || ^22.5.1",
|
||||
"npm": "^10.8.0"
|
||||
"npm": "^10.8.2"
|
||||
},
|
||||
"scripts": {
|
||||
"ci:lint:js": "eslint 'Resources/Public/**/*.js'",
|
||||
|
|
Loading…
Reference in a new issue