From 3ca37223ea788526932efeae49a7f9e9be89b715 Mon Sep 17 00:00:00 2001 From: Dwight Watson Date: Wed, 13 Mar 2024 09:05:47 +1100 Subject: [PATCH] Add missing space --- .github/workflows/ci.yml | 2 +- composer.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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 + } + } }