Skip to content

Commit f92b1d0

Browse files
authored
Merge pull request #13 from RaiolaNetworks/develop
feat: modified composer file.
2 parents 8b4b72d + 058677a commit f92b1d0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"keywords": [
55
"RaiolaNetworks",
66
"laravel",
7-
"oauth"
7+
"oauth",
8+
"oauth2"
89
],
910
"homepage": "https://github.com/RaiolaNetworks/simple-oauth2-client",
1011
"license": "MIT",
@@ -23,8 +24,8 @@
2324
],
2425
"require": {
2526
"php": "^8.2",
26-
"illuminate/contracts": "^10.0||^11.0",
27-
"laravel/framework": "11.*",
27+
"illuminate/contracts": "^10.0|^11.0",
28+
"laravel/framework": "^10.0|^11.0",
2829
"laravel/prompts": "^0.1.25",
2930
"league/oauth2-client": "^2.7",
3031
"livewire/livewire": "^3.5",
@@ -103,4 +104,4 @@
103104
},
104105
"minimum-stability": "dev",
105106
"prefer-stable": true
106-
}
107+
}

0 commit comments

Comments
 (0)