Skip to content

Commit cd82a3b

Browse files
Update dependency psalm/phar to v5.26.1
1 parent 9bdf8e9 commit cd82a3b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"ext-json": "*",
2424
"ext-pcntl": "*",
2525
"symfony/console": "6.3.8",
26-
"php-di/php-di": "7.0.7",
27-
"amphp/parallel": "2.3.1",
26+
"php-di/php-di": "7.0.6",
27+
"amphp/parallel": "2.2.9",
2828
"amphp/amp": "3.0.2",
29-
"hassankhan/config": "3.2.0",
29+
"hassankhan/config": "3.1.0",
3030
"sj-i/php-cast": "1.0.0",
31-
"monolog/monolog": "3.8.1",
31+
"monolog/monolog": "3.6.0",
3232
"webmozart/assert": "1.11.0"
3333
},
3434
"require-dev": {
@@ -57,13 +57,13 @@
5757
],
5858
"scripts": {
5959
"test": [
60-
"docker compose run reli-test"
60+
"docker-compose run reli-test"
6161
],
6262
"test-with-coverage": [
63-
"docker compose run reli-test-with-coverage"
63+
"docker-compose run reli-test-with-coverage"
6464
],
6565
"test-for-ci": [
66-
"docker compose run reli-test-for-ci"
66+
"docker-compose run reli-test-for-ci"
6767
],
6868
"psalm": [
6969
"psalm.phar"

0 commit comments

Comments
 (0)