Skip to content

Commit 0330a1b

Browse files
authored
Merge pull request #13 from PowerKiKi/drop-bridge
Drop `laminas/laminas-zendframework-bridge` and `zendframework/*` compatibility
2 parents 0ec7deb + 4a6c94d commit 0330a1b

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
},
2828
"require": {
2929
"php": "^7.3 || ~8.0.0",
30-
"laminas/laminas-zendframework-bridge": "^1.0",
3130
"mezzio/mezzio-authentication": "^1.0",
3231
"psr/container": "^1.0",
3332
"psr/http-message": "^1.0.1"
@@ -60,7 +59,7 @@
6059
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
6160
"static-analysis": "psalm --shepherd --stats"
6261
},
63-
"replace": {
64-
"zendframework/zend-expressive-authentication-basic": "^1.0.0"
62+
"conflict": {
63+
"zendframework/zend-expressive-authentication-basic": "*"
6564
}
6665
}

composer.lock

+10-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psalm-baseline.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<files>
3+
<file src="vendor/symfony/polyfill-mbstring/bootstrap80.php">
4+
<ParseError occurrences="1">
5+
<code>=</code>
6+
</ParseError>
7+
</file>
8+
</files>

psalm.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xmlns="https://getpsalm.org/schema/config"
66
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
7+
errorBaseline="psalm-baseline.xml"
78
>
89
<projectFiles>
910
<directory name="src"/>

0 commit comments

Comments
 (0)