Skip to content

Commit df3ced0

Browse files
committed
Add missing 'ext-msgpack' to dev requirements
1 parent 528abca commit df3ced0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/qa.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: ${{ matrix.php-versions }}
23+
extensions: msgpack
2324
coverage: none
2425

2526
- name: Get composer cache directory
@@ -52,6 +53,7 @@ jobs:
5253
uses: shivammathur/setup-php@v2
5354
with:
5455
php-version: '7.4'
56+
extensions: msgpack
5557
coverage: none
5658

5759
- name: Get composer cache directory

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"require-dev": {
2323
"php": "^7.1.3|^8",
24+
"ext-msgpack": "*",
2425
"friendsofphp/php-cs-fixer": "^2.14",
2526
"vimeo/psalm": "^3.9|^4"
2627
},

0 commit comments

Comments
 (0)