Skip to content

Commit

Permalink
Merge pull request #13 from RaiolaNetworks/develop
Browse files Browse the repository at this point in the history
feat: modified composer file.
  • Loading branch information
victore13 authored Oct 22, 2024
2 parents 8b4b72d + 058677a commit f92b1d0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"keywords": [
"RaiolaNetworks",
"laravel",
"oauth"
"oauth",
"oauth2"
],
"homepage": "https://github.com/RaiolaNetworks/simple-oauth2-client",
"license": "MIT",
Expand All @@ -23,8 +24,8 @@
],
"require": {
"php": "^8.2",
"illuminate/contracts": "^10.0||^11.0",
"laravel/framework": "11.*",
"illuminate/contracts": "^10.0|^11.0",
"laravel/framework": "^10.0|^11.0",
"laravel/prompts": "^0.1.25",
"league/oauth2-client": "^2.7",
"livewire/livewire": "^3.5",
Expand Down Expand Up @@ -103,4 +104,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit f92b1d0

Please sign in to comment.