Skip to content

Commit dcfaf2f

Browse files
authored
Merge pull request #8 from visto9259/1.0.x
New version
2 parents 4db5dd3 + 6b12f4a commit dcfaf2f

28 files changed

Lines changed: 1551 additions & 174 deletions

.markdownlint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"MD014": false
3+
}

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
"laminas/laminas-authentication": "^2.13",
1414
"psr/http-server-handler": "^1.0",
1515
"psr/http-server-middleware": "^1.0",
16-
"psr/container": "^1.1 || ^2.0"
16+
"psr/container": "^1.1 || ^2.0",
17+
"laminas/laminas-permissions-acl": "^2.18",
18+
"mezzio/mezzio-router": "^3.19"
1719
},
1820
"require-dev": {
1921
"laminas/laminas-coding-standard": "^3.1",
20-
"phpunit/phpunit": "^12.5",
22+
"phpunit/phpunit": "^12.5.14",
2123
"psalm/plugin-phpunit": "^0.19.5",
22-
"vimeo/psalm": "6.14.3",
24+
"vimeo/psalm": "6.15.1",
2325
"amphp/parallel": "^2.3.3",
2426
"amphp/dns": "^2.4.0",
2527
"amphp/socket": "^2.3.1"
@@ -57,6 +59,7 @@
5759
"cs-check": "phpcs",
5860
"cs-fix": "phpcbf",
5961
"test-coverage-html": "phpunit --coverage-html ./build/html",
60-
"static-analysis": "psalm --shepherd --stats"
62+
"static-analysis": "psalm --shepherd --stats",
63+
"static-analysis-update-baseline": "psalm --shepherd --stats --update-baseline"
6164
}
6265
}

0 commit comments

Comments
 (0)