Skip to content

Commit 15fdb79

Browse files
committed
up to date
Signed-off-by: bota <[email protected]>
2 parents fe00850 + a95b94d commit 15fdb79

File tree

11 files changed

+3
-321
lines changed

11 files changed

+3
-321
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
mv config/autoload/swoole.local.php.dist config/autoload/swoole.local.php
5252
mv config/autoload/log.local.php.dist config/autoload/log.local.php
5353
- name: Run static analysis with PHPStan
54-
run: vendor/bin/phpstan analyse
54+
run: vendor/bin/phpstan analyse

.laminas-ci.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"additional_composer_arguments": [
3-
"--no-scripts",
4-
"--no-plugins"
3+
"--no-scripts"
54
],
65
"extensions": [
76
"redis"

config/autoload/templates.global.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

docs/book/index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/book/v1/commands.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/book/v1/installation.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

docs/book/v1/overview.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/book/v1/server-setup.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

docs/book/v1/valkey.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
displayDetailsOnTestsThatTriggerErrors="true"
1111
displayDetailsOnTestsThatTriggerNotices="true"
1212
displayDetailsOnTestsThatTriggerWarnings="true"
13-
colors="true"
14-
>
13+
colors="true">
1514
<testsuites>
1615
<testsuite name="default">
1716
<directory>./test</directory>

0 commit comments

Comments
 (0)