mirror of
https://github.com/ambieco/laravel-sign-in-with-apple.git
synced 2026-01-12 14:54:54 +08:00
Laravel 12
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.3",
|
||||
"illuminate/support": "^10.0|^11.0",
|
||||
"illuminate/support": "^10.0|^11.0|^12.0",
|
||||
"laravel/socialite": "^5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
@@ -25,7 +25,7 @@
|
||||
"orchestra/testbench-dusk": "^7.20|^8.22",
|
||||
"orchestra/testbench": "^8.0|^9.0",
|
||||
"predis/predis": "^1.1",
|
||||
"phpunit/phpunit": "^9.5.10|^10.5"
|
||||
"phpunit/phpunit": "^9.5.10|^10.5|^11.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user