diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b2cb5b..3eb1be7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] + php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] strategy: [ 'highest' ] sf_version: [''] include: diff --git a/composer.json b/composer.json index b98b451..56f27dd 100644 --- a/composer.json +++ b/composer.json @@ -52,5 +52,10 @@ } }, - "bin" : ["bin/geotools"] + "bin" : ["bin/geotools"], + "config": { + "allow-plugins": { + "php-http/discovery": true + } + } }