Skip to content

Commit

Permalink
upgrade amphp to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed May 12, 2023
1 parent dd5414b commit f33866f
Show file tree
Hide file tree
Showing 39 changed files with 1,333 additions and 583 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
run: composer bin all install --prefer-dist --no-progress --no-suggest

- name: Run psalm
run: ./vendor/bin/psalm --shepherd --show-info=true --output-format=github
run: ./vendor/bin/psalm.phar --shepherd --show-info=true --output-format=github
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"ext-pcntl": "*",
"symfony/console": "6.2.10",
"php-di/php-di": "7.0.2",
"amphp/parallel": "1.4.3",
"amphp/amp": "2.6.2",
"amphp/parallel": "2.1.0",
"amphp/amp": "3.0.0",
"hassankhan/config": "3.1.0",
"sj-i/php-cast": "1.0.0",
"monolog/monolog": "3.3.1",
Expand All @@ -38,7 +38,8 @@
"mockery/mockery": "1.5.1",
"jetbrains/phpstorm-stubs": "2022.3",
"php-coveralls/php-coveralls": "2.5.3",
"bamarni/composer-bin-plugin": "^1.8"
"bamarni/composer-bin-plugin": "^1.8",
"psalm/phar": "^5.11"
},
"autoload": {
"files": ["src/Lib/Defer/defer.php"],
Expand All @@ -59,7 +60,7 @@
"phpunit"
],
"psalm": [
"psalm"
"psalm.phar"
],
"phpcs": [
"phpcs --standard=./phpcs.xml ./src ./tests"
Expand Down
Loading

0 comments on commit f33866f

Please sign in to comment.