mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-23 15:36:11 +01:00
Add TYPO3 v11 configurations
This commit is contained in:
parent
f44bcd5d04
commit
ff3a577935
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
/composer.lock
|
/composer.lock
|
||||||
/.Build/
|
/.Build/
|
||||||
|
/var/
|
||||||
/vendor/
|
/vendor/
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"typo3/cms-backend": "^10.4 || ^11.5",
|
||||||
"squizlabs/php_codesniffer": "^3.5",
|
"squizlabs/php_codesniffer": "^3.5",
|
||||||
"symplify/easy-coding-standard": "^9.4",
|
"symplify/easy-coding-standard": "^9.4",
|
||||||
"phpstan/phpstan": "^1.0",
|
"phpstan/phpstan": "^1.0",
|
||||||
|
|
Loading…
Reference in a new issue