Skip to content

Commit 0cef357

Browse files
committed
chore(core): added fileinfo to requirements
Signed-off-by: Fred Myerscough <[email protected]>
1 parent 99e299c commit 0cef357

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
php-version: ${{ matrix.php-versions }}
2727
coverage: xdebug
28+
extensions: fileinfo
2829
- name: Install dependencies
2930
run: composer install --prefer-dist --no-progress --no-interaction
3031
- name: Run test suite

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
}
2828
],
2929
"require": {
30-
"php": "^8.2"
30+
"php": "^8.2",
31+
"ext-fileinfo": "*"
3132
},
3233
"require-dev": {
3334
"laravel/framework": "^11",

0 commit comments

Comments
 (0)