Skip to content

Commit

Permalink
[TASK] Update composer.json
Browse files Browse the repository at this point in the history
* Added `php-http/discovery`
* Require `roave/security-advisories:dev-latest`
* Fix URL to website
  • Loading branch information
andreaskienast committed May 22, 2024
1 parent ffc9264 commit 5223e56
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand All @@ -61,5 +61,10 @@
"@t3g:cgl",
"@t3g:test:php:lint"
]
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}

0 comments on commit 5223e56

Please sign in to comment.