Skip to content

Commit 5c2994c

Browse files
committed
fix
1 parent 7b886ff commit 5c2994c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

codeception.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ coverage:
2424
- src/Installer.php
2525
bootstrap: bootstrap.php
2626
params:
27-
- tests/params.php
27+
- /app/tests/params.php

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
},
4949
"require": {
5050
"php": "^8.1",
51+
"ext-filter": "*",
5152
"ext-intl": "*",
5253
"httpsoft/http-message": "^1.1",
5354
"psr/container": "^2.0",

0 commit comments

Comments
 (0)