Skip to content

Commit 1d3c693

Browse files
authored
Merge pull request #10 from veewee/bump-deps
Allow engine2
2 parents be8a150 + 2af4b4b commit 1d3c693

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.phive/phars.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="psalm" version="^4.30.0" installed="4.30.0" location="./tools/psalm.phar" copy="true"/>
3+
<phar name="psalm" version="^5.9.0" installed="5.9.0" location="./tools/psalm.phar" copy="true"/>
44
<phar name="php-cs-fixer" version="^3.13.0" installed="3.13.0" location="./tools/php-cs-fixer.phar" copy="true"/>
55
</phive>

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"azjezz/psl": "^2.1",
2626
"paragonie/hidden-string": "^2.0",
2727
"php-soap/psr18-transport": "^1.3",
28-
"php-soap/engine": "^1.3",
28+
"php-soap/engine": "^1.3|^2.0",
2929
"php-soap/xml": "^1.4",
3030
"php-http/client-common": "^2.3",
3131
"robrichards/wse-php": "^2.0",

tools/psalm.phar

70.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)