From 5223e5648ccec0a9e2a53b1e507e56dff02ad849 Mon Sep 17 00:00:00 2001 From: Andreas Kienast Date: Wed, 22 May 2024 10:00:09 +0200 Subject: [PATCH] [TASK] Update composer.json * Added `php-http/discovery` * Require `roave/security-advisories:dev-latest` * Fix URL to website --- composer.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6bb469e..26146bf 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "symfony-bundle", "description": "Use the TYPO3 Keycloak server for authentication", "license": "MIT", - "homepage": "http://www.typo3.com", + "homepage": "https://www.typo3.com", "authors": [ { "name": "Frank Naegler", @@ -45,7 +45,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "overtrue/phplint": "^3.0 || ^4.0", - "roave/security-advisories": "dev-master" + "roave/security-advisories": "dev-latest" }, "scripts": { "t3g:cgl": [ @@ -61,5 +61,10 @@ "@t3g:cgl", "@t3g:test:php:lint" ] + }, + "config": { + "allow-plugins": { + "php-http/discovery": true + } } }