Skip to content

Commit 90bcb99

Browse files
authored
Merge pull request #40 from nhovratov/typo3-13
TYPO3 v13 Support
2 parents 1947a4b + 1361f29 commit 90bcb99

50 files changed

Lines changed: 1833 additions & 3411 deletions

Some content is hidden

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ composer.lock
66
Documentation-GENERATED-temp
77
var
88
config
9+
.cache

Build/phpstan/phpstan.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
parameters:
2+
# Use local .cache dir instead of /tmp
3+
tmpDir: ../../.cache/phpstan
4+
5+
level: 5
6+
7+
paths:
8+
- ../../Classes
9+
- ../../Configuration
10+
- ../../ext_localconf.php

0 commit comments

Comments
 (0)