Skip to content

Commit 89daa75

Browse files
authored
chore: update laravel (#625)
1 parent 8ee6049 commit 89daa75

File tree

29 files changed

+2735
-2467
lines changed

29 files changed

+2735
-2467
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup PHP
4949
uses: shivammathur/setup-php@v2
5050
with:
51-
php-version: "8.1"
51+
php-version: "8.3"
5252
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
5353
coverage: pcov
5454

.github/workflows/deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: "8.1"
20+
php-version: "8.3"
2121
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite
2222
coverage: none
2323

@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup PHP
5555
uses: shivammathur/setup-php@v2
5656
with:
57-
php-version: "8.1"
57+
php-version: "8.3"
5858
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite
5959
coverage: none
6060

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: "8.1"
24+
php-version: "8.3"
2525
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
2626
coverage: pcov
2727

composer.json

Lines changed: 17 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,50 +17,37 @@
1717
"danharrin/livewire-rate-limiting": "^1.1",
1818
"driftingly/rector-laravel": "^0.21",
1919
"elgigi/commonmark-emoji": "^2.0",
20-
"ergebnis/phpstan-rules": "^1.0",
2120
"fakerphp/faker": "^1.23",
2221
"friendsofphp/php-cs-fixer": "^3.19",
2322
"google/recaptcha": "^1.3",
24-
"graham-campbell/analyzer": "^3.0",
23+
"graham-campbell/analyzer": "4.2.x-dev",
2524
"guzzlehttp/guzzle": "^7.7",
26-
"illuminate/bus": "^10.0",
27-
"illuminate/contracts": "^10.0",
28-
"illuminate/http": "^10.0",
29-
"illuminate/mail": "^10.0",
30-
"illuminate/support": "^10.0",
31-
"illuminate/view": "^10.0",
32-
"jamesmills/laravel-timezone": "^1.13",
33-
"jasonmccreary/laravel-test-assertions": "^2.3",
25+
"jamesmills/laravel-timezone": "dev-master",
3426
"jenssegers/agent": "^2.6",
3527
"laravel/fortify": "^1.21",
28+
"laravel/framework": "^11.0",
3629
"laravel/telescope": "^5.0",
3730
"league/commonmark": "^2.4",
3831
"livewire/livewire": "^3.0",
3932
"mockery/mockery": "^1.6",
40-
"nunomaduro/collision": "^7.0",
41-
"nunomaduro/larastan": "^2.6",
42-
"pestphp/pest": "^2.0",
43-
"pestphp/pest-plugin-faker": "^2.0",
44-
"pestphp/pest-plugin-laravel": "^2.0",
45-
"pestphp/pest-plugin-livewire": "^2.0",
33+
"nunomaduro/larastan": "^2.9",
34+
"pestphp/pest": "^3.0",
4635
"phpstan/extension-installer": "^1.3",
4736
"phpstan/phpstan": "^1.10",
4837
"phpstan/phpstan-deprecation-rules": "^1.1",
4938
"phpstan/phpstan-strict-rules": "^1.5",
50-
"phpunit/phpunit": "^10.0",
51-
"pragmarx/google2fa-laravel": "^2.1",
39+
"pragmarx/google2fa-laravel": "^2.2",
5240
"rector/rector": "^0.19",
5341
"ruafozy/mersenne-twister": "^1.0",
54-
"spatie/laravel-flash": "^1.9",
55-
"spatie/laravel-honeypot": "^4.3",
56-
"spatie/laravel-medialibrary": "^10.10",
42+
"spatie/laravel-flash": "^1.10",
43+
"spatie/laravel-honeypot": "^4.5",
44+
"spatie/laravel-medialibrary": "^11.5",
5745
"spatie/laravel-newsletter": "^5.1",
58-
"spatie/laravel-package-tools": "^1.15",
59-
"spatie/laravel-personal-data-export": "^4.2",
60-
"spatie/laravel-responsecache": "^7.4",
61-
"spatie/laravel-schemaless-attributes": "^2.4",
62-
"spatie/laravel-sluggable": "^3.5",
63-
"spatie/pest-plugin-snapshots": "^2.0",
46+
"spatie/laravel-personal-data-export": "^4.3",
47+
"spatie/laravel-responsecache": "^7.5",
48+
"spatie/laravel-schemaless-attributes": "^2.5",
49+
"spatie/laravel-sluggable": "^3.6",
50+
"spatie/pest-plugin-snapshots": "@dev",
6451
"spatie/regex": "^3.1",
6552
"spatie/yaml-front-matter": "^2.0"
6653
},
@@ -102,13 +89,13 @@
10289
"config": {
10390
"sort-packages": true,
10491
"allow-plugins": {
105-
"pestphp/pest-plugin": true,
10692
"phpstan/extension-installer": true,
107-
"treeware/plant": true
93+
"treeware/plant": true,
94+
"pestphp/pest-plugin": true
10895
}
10996
},
11097
"require-dev": {
111-
"orchestra/testbench": "^8.22",
98+
"orchestra/testbench": "^9.1",
11299
"spatie/mailcoach-sdk-php": "^1.4"
113100
}
114101
}

0 commit comments

Comments
 (0)