Skip to content

Commit 0cd92d1

Browse files
authored
chore: update PHP dependencies (#534)
1 parent 48c1a88 commit 0cd92d1

File tree

2 files changed

+729
-629
lines changed

2 files changed

+729
-629
lines changed

composer.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@
1515
"php": "^8.0",
1616
"calebporzio/sushi": "^2.4",
1717
"danharrin/livewire-rate-limiting": "^1.0",
18-
"driftingly/rector-laravel": "^0.14",
18+
"driftingly/rector-laravel": "^0.15",
1919
"elgigi/commonmark-emoji": "^2.0",
2020
"ergebnis/phpstan-rules": "^1.0",
2121
"fakerphp/faker": "^1.21",
22-
"friendsofphp/php-cs-fixer": "^3.13",
22+
"friendsofphp/php-cs-fixer": "^3.14",
2323
"google/recaptcha": "^1.2",
2424
"graham-campbell/analyzer": "^3.1",
2525
"guzzlehttp/guzzle": "^7.5",
26-
"illuminate/bus": "^9.47",
27-
"illuminate/contracts": "^9.47",
28-
"illuminate/http": "^9.47",
29-
"illuminate/mail": "^9.47",
30-
"illuminate/support": "^9.47",
31-
"illuminate/view": "^9.47",
26+
"illuminate/bus": "^9.51",
27+
"illuminate/contracts": "^9.51",
28+
"illuminate/http": "^9.51",
29+
"illuminate/mail": "^9.51",
30+
"illuminate/support": "^9.51",
31+
"illuminate/view": "^9.51",
3232
"jamesmills/laravel-timezone": "^1.11",
3333
"jasonmccreary/laravel-test-assertions": "^2.1",
3434
"jenssegers/agent": "^2.6",
3535
"johnkary/phpunit-speedtrap": "^4.0",
3636
"laravel/fortify": "^1.16",
37-
"laravel/telescope": "^4.11",
37+
"laravel/telescope": "^4.13",
3838
"league/commonmark": "^2.3",
39-
"livewire/livewire": "^2.10",
39+
"livewire/livewire": "^2.11",
4040
"mockery/mockery": "^1.5",
41-
"nunomaduro/collision": "^6.4",
41+
"nunomaduro/collision": "^6.0",
4242
"nunomaduro/larastan": "^2.4",
43-
"orchestra/testbench": "^7.19",
43+
"orchestra/testbench": "^7.22",
4444
"pestphp/pest": "^1.22",
4545
"pestphp/pest-plugin-faker": "^1.0",
4646
"pestphp/pest-plugin-laravel": "^1.4",
@@ -50,7 +50,7 @@
5050
"phpstan/phpstan": "^1.9",
5151
"phpstan/phpstan-deprecation-rules": "^1.1",
5252
"phpstan/phpstan-strict-rules": "^1.4",
53-
"phpunit/phpunit": "^9.5",
53+
"phpunit/phpunit": "^9.0",
5454
"pragmarx/google2fa-laravel": "^2.0",
5555
"rector/rector": "^0.15",
5656
"ruafozy/mersenne-twister": "^1.3",
@@ -63,7 +63,7 @@
6363
"spatie/laravel-responsecache": "^7.4",
6464
"spatie/laravel-schemaless-attributes": "^2.4",
6565
"spatie/laravel-sluggable": "^3.4",
66-
"spatie/pest-plugin-snapshots": "^1.1",
66+
"spatie/pest-plugin-snapshots": "^1.0",
6767
"spatie/regex": "^3.1",
6868
"spatie/yaml-front-matter": "^2.0"
6969
},
@@ -118,12 +118,12 @@
118118
},
119119
"require-dev": {
120120
"laravel/nova": "^4.13",
121-
"spatie/laravel-permission": "^5.8",
121+
"spatie/laravel-permission": "^5.9",
122122
"vyuldashev/nova-permission": "^3.2"
123123
},
124124
"suggest": {
125125
"laravel/nova": "Needed for backend management of data",
126126
"spatie/laravel-permission": "Needed for nova permissions & roles",
127127
"vyuldashev/nova-permission": "Needed for nova permissions & roles"
128128
}
129-
}
129+
}

0 commit comments

Comments
 (0)