Skip to content

Commit 88091af

Browse files
committed
ci: add missing php ext
1 parent 7e95833 commit 88091af

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/security-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: shivammathur/[email protected]
3535
with:
3636
php-version: ${{ matrix.php-version }}
37-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo
37+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo
3838
ini-values: error_reporting=E_ALL
3939
coverage: none
4040

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: shivammathur/[email protected]
4545
with:
4646
php-version: ${{ matrix.php-version }}
47-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo
47+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo
4848
ini-values: error_reporting=E_ALL
4949
coverage: none
5050

composer.json

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
],
4444
"require": {
4545
"php": "^8.2",
46+
"ext-fileinfo": "*",
4647
"ext-pdo": "*",
4748
"cycle/annotated": "^4.1",
4849
"cycle/database": "^2.8",
@@ -61,6 +62,7 @@
6162
"symfony/console": "^6.4 || ^7.0"
6263
},
6364
"require-dev": {
65+
"ext-curl": "*",
6466
"beberlei/assert": "^3.3",
6567
"ergebnis/composer-normalize": "^2.42",
6668
"fakerphp/faker": "^1.23",

composer.lock

+5-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)