Skip to content

Commit eafcd81

Browse files
Bump dependencies for Laravel 11 (#122)
1 parent f23b2aa commit eafcd81

File tree

1 file changed

+46
-42
lines changed

1 file changed

+46
-42
lines changed

composer.json

Lines changed: 46 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,49 @@
11
{
2-
"name": "mckenziearts/laravel-notify",
3-
"description": "Flexible flash notifications for Laravel",
4-
"keywords": ["Laravel", "laravel-notify", "notification"],
5-
"license": "MIT",
6-
"support": {
7-
"issues": "https://github.com/mckenziearts/laravel-notify/issues",
8-
"source": "https://github.com/mckenziearts/laravel-notify"
9-
},
10-
"authors": [
11-
{
12-
"name": "Arthur Monney",
13-
"email": "[email protected]"
14-
}
15-
],
16-
"require": {
17-
"php": "~8.0",
18-
"illuminate/support": "^8.0|^9.0|^10.0"
19-
},
20-
"require-dev": {
21-
"mockery/mockery": "^1.0",
22-
"phpunit/phpunit": "^8.0|^9.0",
23-
"laravel/pint": "^1.6"
24-
},
25-
"autoload": {
26-
"psr-4": {
27-
"Mckenziearts\\Notify\\": "src/"
2+
"name": "mckenziearts/laravel-notify",
3+
"description": "Flexible flash notifications for Laravel",
4+
"keywords": [
5+
"Laravel",
6+
"laravel-notify",
7+
"notification"
8+
],
9+
"license": "MIT",
10+
"support": {
11+
"issues": "https://github.com/mckenziearts/laravel-notify/issues",
12+
"source": "https://github.com/mckenziearts/laravel-notify"
2813
},
29-
"files": [
30-
"src/helpers.php"
31-
]
32-
},
33-
"extra": {
34-
"laravel": {
35-
"providers": [
36-
"Mckenziearts\\Notify\\LaravelNotifyServiceProvider"
37-
],
38-
"aliases": {
39-
"Notify": "Mckenziearts\\Notify\\Facades\\LaravelNotify"
40-
}
41-
}
42-
},
43-
"minimum-stability": "dev",
44-
"prefer-stable": true
14+
"authors": [
15+
{
16+
"name": "Arthur Monney",
17+
"email": "[email protected]"
18+
}
19+
],
20+
"require": {
21+
"php": "~8.0",
22+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
23+
},
24+
"require-dev": {
25+
"mockery/mockery": "^1.0",
26+
"phpunit/phpunit": "^8.0|^9.0|^10.5",
27+
"laravel/pint": "^1.6"
28+
},
29+
"autoload": {
30+
"psr-4": {
31+
"Mckenziearts\\Notify\\": "src/"
32+
},
33+
"files": [
34+
"src/helpers.php"
35+
]
36+
},
37+
"extra": {
38+
"laravel": {
39+
"providers": [
40+
"Mckenziearts\\Notify\\LaravelNotifyServiceProvider"
41+
],
42+
"aliases": {
43+
"Notify": "Mckenziearts\\Notify\\Facades\\LaravelNotify"
44+
}
45+
}
46+
},
47+
"minimum-stability": "dev",
48+
"prefer-stable": true
4549
}

0 commit comments

Comments
 (0)