Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson authored and Surfoo committed Mar 14, 2024
1 parent ce7fa93 commit 3ca3722
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,10 @@
}
},

"bin" : ["bin/geotools"]
"bin" : ["bin/geotools"],
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}

0 comments on commit 3ca3722

Please sign in to comment.