Skip to content

Commit

Permalink
Bump to laravel/socialite:^5.2 and phpunit/phpunit:^9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot committed Aug 31, 2023
1 parent df5e45b commit 601f7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"require": {
"php": "^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"laravel/socialite": "~5.0"
"laravel/socialite": "^5.2"
},
"require-dev": {
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^6.0 || ^9.0"
"phpunit/phpunit": "^9.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 601f7bd

Please sign in to comment.