Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
juancristobalgd1 authored Jan 2, 2024
1 parent ece6e85 commit 170bf80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
"autoload": {
"psr-4": {
"Axm\\Socialite\\": "src",
"Axm\\Socialite\\Providers": "src/providers/"

"Axm\\Socialite\\Providers\\": "src/providers/"
}
},

"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.1",
"axm/framework": "*"
"axm/framework": "^1.0.7"
},

"require-dev": {
Expand Down

0 comments on commit 170bf80

Please sign in to comment.