Skip to content

Commit 4aa5d2c

Browse files
authored
Merge pull request #80 from chrisreedio/chore/4x-upgrade
chore(deps): update PHP and package versions in composer.json
2 parents 3aa7205 + 169e1e9 commit 4aa5d2c

File tree

7 files changed

+3264
-55
lines changed

7 files changed

+3264
-55
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"keywords": [
55
"chrisreedio",
66
"laravel",
7-
"filament",
7+
"filament",
88
"socialment",
9-
"authentication",
10-
"socialite"
9+
"authentication",
10+
"socialite"
1111
],
1212
"homepage": "https://github.com/chrisreedio/socialment",
1313
"support": {
@@ -23,24 +23,24 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.1",
27-
"filament/filament": "^3.0",
28-
"laravel/socialite": "^5.8",
26+
"php": "^8.2",
27+
"filament/filament": "^4.0",
28+
"laravel/socialite": "^5.17",
2929
"owenvoke/blade-fontawesome": "^2.4",
3030
"spatie/laravel-package-tools": "^1.15.0"
3131
},
3232
"require-dev": {
3333
"barryvdh/laravel-ide-helper": "^2.13|^3.0",
34-
"larastan/larastan": "^2.9",
34+
"larastan/larastan": "^3.6",
3535
"laravel/pint": "^1.13",
3636
"nunomaduro/collision": "^7.10|^8.0",
3737
"orchestra/testbench": "^v8.14|^9.0",
38-
"pestphp/pest": "^2.10",
39-
"pestphp/pest-plugin-arch": "^2.0",
40-
"pestphp/pest-plugin-laravel": "^2.0",
38+
"pestphp/pest": "^3.8.2",
39+
"pestphp/pest-plugin-arch": "^3.0",
40+
"pestphp/pest-plugin-laravel": "^3.0",
4141
"phpstan/extension-installer": "^1.1",
42-
"phpstan/phpstan-deprecation-rules": "^1.0",
43-
"phpstan/phpstan-phpunit": "^1.3",
42+
"phpstan/phpstan-deprecation-rules": "^2.0",
43+
"phpstan/phpstan-phpunit": "^2.0",
4444
"socialiteproviders/manager": "^4.4"
4545
},
4646
"autoload": {
@@ -80,4 +80,4 @@
8080
},
8181
"minimum-stability": "dev",
8282
"prefer-stable": true
83-
}
83+
}

config/socialment.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,13 @@
33
// config for ChrisReedIO/Socialment
44

55
return [
6-
// The list of providers to display on the login page
7-
// You must install the appropriate Socialite provider package for each provider you want to use
8-
// if it isn't one supported by the core Laravel Socialite package.
9-
10-
// DEPRECATED: This will be removed in a future version.
11-
// Configure providers via the panel provider.
12-
'providers' => [
13-
// Use the key based on the provider's documentation
14-
// 'azure' => [
15-
// 'icon' => 'fab-microsoft', // Font Awesome icon class
16-
// 'label' => 'Azure Active Directory', // The label to display for the provider
17-
// ]
18-
],
19-
206
'view' => [
217
// Set the text above the provider list
228
'prompt' => 'Or Login Via',
239
// Or change out the view completely with your own
2410
'providers-list' => 'socialment::providers-list',
2511
],
2612

27-
// DEPRECATED: This will be removed in a future version.
28-
// Configure routes via the panel provider.
29-
'routes' => [
30-
'home' => 'filament.admin.pages.dashboard',
31-
],
32-
3313
'spa' => [
3414
// The URL to redirect to after a successful login
3515
'home' => env('SPA_URL', 'http://localhost:3000'),

0 commit comments

Comments
 (0)