mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 21:36: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",
|
"saschaegerer/phpstan-typo3": "^1.10.2",
|
||||||
"seld/jsonlint": "^1.11.0",
|
"seld/jsonlint": "^1.11.0",
|
||||||
"spaze/phpstan-disallowed-calls": "^3.4",
|
"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": "^2.6.5",
|
||||||
"ssch/typo3-rector-testing-framework": "^2.0.1",
|
"ssch/typo3-rector-testing-framework": "^2.0.1",
|
||||||
"symfony/console": "^5.4 || ^6.4 || ^7.0",
|
"symfony/console": "^5.4 || ^6.4 || ^7.0",
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^20.17.0 || ^22.5.1",
|
"node": "^20.17.0 || ^22.5.1",
|
||||||
"npm": "^10.8.0"
|
"npm": "^10.8.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ci:lint:js": "eslint 'Resources/Public/**/*.js'",
|
"ci:lint:js": "eslint 'Resources/Public/**/*.js'",
|
||||||
|
|
Loading…
Reference in a new issue