Skip to content

Commit 5d6dbad

Browse files
committed
Bump dependencies for Laravel 11
1 parent f7a36eb commit 5d6dbad

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

composer.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,40 @@
11
{
22
"name": "kalnoy/nestedset",
33
"description": "Nested Set Model for Laravel 5.7 and up",
4-
"keywords": ["laravel", "nested sets", "nsm", "database", "hierarchy"],
4+
"keywords": [
5+
"laravel",
6+
"nested sets",
7+
"nsm",
8+
"database",
9+
"hierarchy"
10+
],
511
"license": "MIT",
6-
712
"authors": [
813
{
914
"name": "Alexander Kalnoy",
1015
"email": "[email protected]"
1116
}
1217
],
13-
1418
"require": {
1519
"php": "^7.2.5|^8.0",
16-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
17-
"illuminate/database": "^7.0|^8.0|^9.0|^10.0",
18-
"illuminate/events": "^7.0|^8.0|^9.0|^10.0"
20+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
21+
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/events": "^7.0|^8.0|^9.0|^10.0|^11.0"
1923
},
20-
2124
"autoload": {
2225
"psr-4": {
2326
"Kalnoy\\Nestedset\\": "src/"
2427
}
2528
},
26-
2729
"require-dev": {
28-
"phpunit/phpunit": "7.*|8.*|9.*"
30+
"phpunit/phpunit": "7.*|8.*|9.*|^10.5"
2931
},
30-
3132
"minimum-stability": "dev",
3233
"prefer-stable": true,
33-
3434
"extra": {
3535
"branch-alias": {
3636
"dev-master": "v5.0.x-dev"
3737
},
38-
3938
"laravel": {
4039
"providers": [
4140
"Kalnoy\\Nestedset\\NestedSetServiceProvider"

0 commit comments

Comments
 (0)