File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2525 with :
2626 php-version : ${{ matrix.php-versions }}
2727 coverage : xdebug
28+ extensions : intl, fileinfo
2829
2930 - name : Install dependencies
3031 run : composer install --prefer-dist --no-progress --no-interaction
Original file line number Diff line number Diff line change 2727 with :
2828 php-version : ${{ matrix.php-versions }}
2929 coverage : xdebug
30+ extensions : intl, fileinfo
3031
3132 - name : Install dependencies
3233 run : composer install --prefer-dist --no-progress --no-interaction
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55[ ![ Total Downloads] ( https://poser.pugx.org/myerscode/laravel-api-response/downloads )] ( https://packagist.org/packages/myerscode/laravel-api-response )
66[ ![ License] ( https://poser.pugx.org/myerscode/laravel-api-response/license )] ( https://packagist.org/packages/myerscode/laravel-api-response )
77
8+ ![ Tests] ( https://github.com/myerscode/laravel-api-response/actions/workflows/tests.yml/badge.svg?branch=main )
9+ [ ![ codecov] (https://codecov.io/gh/myerscode/laravel-api-response/graph/badge.svg ] ( https://codecov.io/gh/myerscode/laravel-api-response )
10+
811## Why is this package helpful?
912
1013This package ensures your API will always return the same envelope shape, so consuming apps always know what to expect!
Original file line number Diff line number Diff line change 2727 "require" : {
2828 "php" : " ^8.2" ,
2929 "ext-json" : " *" ,
30+ "ext-fileinfo" : " *" ,
3031 "illuminate/support" : " ^11.0"
3132 },
3233 "require-dev" : {
You can’t perform that action at this time.
0 commit comments