Skip to content

Commit

Permalink
update all libraries to symfony 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
didier2l committed Jan 12, 2024
1 parent 546f869 commit 1daf5db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"type": "library",
"description": "OAuth2 library",
"license": "MIT",
"keywords": ["oauth", "oauth2"],
"keywords": [
"oauth",
"oauth2"
],
"homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
"authors": [
{
Expand All @@ -15,15 +18,13 @@
"homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
}
],

"require": {
"php": "^5.5.9 || ^7.0.8 || ^7.1.3 || ^7.2.5 || ^8.0.0",
"symfony/http-foundation": "~3.0|~4.0|~5.0"
"symfony/http-foundation": "~3.0|~4.0|~5.0|~6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^6.0 || ^8.0 || ^9.0.0"
},

"autoload": {
"psr-4": {
"OAuth2\\": "lib/"
Expand All @@ -37,10 +38,9 @@
"OAuth2\\Tests\\": "tests/"
}
},

"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}
}

0 comments on commit 1daf5db

Please sign in to comment.