Skip to content

Commit

Permalink
Fix config scrutinizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Sep 24, 2024
1 parent 66cc198 commit c02ff89
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ build:
php:
version: 8.2.1
pecl_extensions:
- curl
- json
- mbstring
- openssl
- soap
- xdebug
environment:
variables:
Expand All @@ -26,6 +21,7 @@ build:
dependencies:
before:
- composer install --no-progress --prefer-dist
- php -m

tools:
php_code_sniffer:
Expand Down

0 comments on commit c02ff89

Please sign in to comment.