Skip to content

Commit 314e09f

Browse files
authored
Merge pull request #2 from hjerichen/2.0.x-dev
Update Dependencies
2 parents 23d5293 + 7bb7749 commit 314e09f

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- 8.2
1616
- 8.3
1717
- 8.4
18+
- 8.5
1819
dependencies:
1920
- "--prefer-lowest"
2021
- ""

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^8.2",
1414
"phpspec/prophecy": "^1.8",
15-
"phpunit/php-text-template": "^2.0 | ^3.0 | ^4.0"
15+
"phpunit/php-text-template": "^2.0 | ^3.0 | ^4.0 | ^5.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

psalm.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<directory name="tests"/>
1414
<ignoreFiles>
1515
<directory name="vendor/phpunit"/>
16+
<directory name="vendor/phpspec"/>
1617
</ignoreFiles>
1718
</projectFiles>
1819
<issueHandlers>
@@ -23,6 +24,10 @@
2324
<MissingOverrideAttribute errorLevel="suppress"/>
2425
<UndefinedThisPropertyFetch errorLevel="suppress"/>
2526
<ClassMustBeFinal errorLevel="suppress"/>
27+
<InternalProperty errorLevel="suppress"/>
28+
<InternalMethod errorLevel="suppress"/>
29+
<MixedMethodCall errorLevel="suppress"/>
30+
<UndefinedMagicMethod errorLevel="suppress"/>
2631
</issueHandlers>
2732
<plugins>
2833
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>

0 commit comments

Comments
 (0)