Skip to content

Commit 74b4c05

Browse files
committed
Upgrade dependencies
1 parent 797787b commit 74b4c05

File tree

7 files changed

+473
-510
lines changed

7 files changed

+473
-510
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
2323
sudo apt-get update && sudo apt-get install yarn
2424
- name: Install docutils
25-
run: sudo apt-get update && sudo apt-get install python-docutils
25+
run: sudo apt-get update && sudo apt-get install python3-docutils
2626
- name: Checkout
2727
uses: actions/checkout@v2
2828
- uses: shogo82148/actions-setup-mysql@v1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@
140140
"symfony/phpunit-bridge": "^6.1",
141141
"symfony/stopwatch": "5.4.*",
142142
"symfony/web-profiler-bundle": "5.4.*",
143-
"vimeo/psalm": "^4.0"
143+
"vimeo/psalm": "^5.0"
144144
}
145145
}

0 commit comments

Comments
 (0)