Skip to content

Commit d94a9b4

Browse files
authored
chore: update dependencies (#9)
1 parent 30c5fe1 commit d94a9b4

File tree

3 files changed

+114
-101
lines changed

3 files changed

+114
-101
lines changed

.github/workflows/deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.GH_TOKEN }}
1616

1717
- name: Update dependencies
18-
run: npx @faustbrian/node-composer-check-updates --caret
18+
run: npx @faustbrian/node-composer-check-updates --caret-minor
1919

2020
- name: Install dependencies
2121
run: composer install --ignore-platform-reqs

composer.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,54 +19,54 @@
1919
],
2020
"require": {
2121
"php": "^8.0",
22-
"calebporzio/sushi": "^2.1",
23-
"danharrin/livewire-rate-limiting": "^0.3.0",
24-
"ergebnis/phpstan-rules": "^0.15.3",
25-
"fakerphp/faker": "^1.15",
26-
"friendsofphp/php-cs-fixer": "^3.0",
22+
"calebporzio/sushi": "^2.3",
23+
"danharrin/livewire-rate-limiting": "^0.3",
24+
"ergebnis/phpstan-rules": "^0.15",
25+
"fakerphp/faker": "^1.16",
26+
"friendsofphp/php-cs-fixer": "^3.1",
2727
"google/recaptcha": "^1.2",
2828
"graham-campbell/analyzer": "^3.0",
2929
"guzzlehttp/guzzle": "^7.3",
30-
"illuminate/bus": "^8.0",
31-
"illuminate/contracts": "^8.0",
32-
"illuminate/http": "^8.0",
33-
"illuminate/mail": "^8.0",
34-
"illuminate/support": "^8.0",
35-
"illuminate/view": "^8.0",
30+
"illuminate/bus": "^8.62",
31+
"illuminate/contracts": "^8.62",
32+
"illuminate/http": "^8.62",
33+
"illuminate/mail": "^8.62",
34+
"illuminate/support": "^8.62",
35+
"illuminate/view": "^8.62",
3636
"jasonmccreary/laravel-test-assertions": "^2.0",
3737
"jenssegers/agent": "^2.6",
3838
"johnkary/phpunit-speedtrap": "^4.0",
3939
"laravel/fortify": "^1.8",
4040
"league/commonmark": "^2.0",
4141
"livewire/livewire": "^2.6",
4242
"mockery/mockery": "^1.4",
43-
"nunomaduro/collision": "^5.5",
43+
"nunomaduro/collision": "^5.10",
4444
"nunomaduro/larastan": "^0.7",
4545
"nunomaduro/laravel-mojito": "^0.2",
46-
"orchestra/testbench": "^6.9",
47-
"pestphp/pest": "^1.11",
46+
"orchestra/testbench": "^6.21",
47+
"pestphp/pest": "^1.20",
4848
"pestphp/pest-plugin-faker": "^1.0",
4949
"pestphp/pest-plugin-laravel": "^1.1",
5050
"pestphp/pest-plugin-livewire": "^1.0",
51-
"pestphp/pest-plugin-parallel": "^0.3.1",
51+
"pestphp/pest-plugin-parallel": "^0.3",
5252
"phpstan/extension-installer": "^1.1",
53-
"phpstan/phpstan-deprecation-rules": "^0.12.6",
54-
"phpstan/phpstan-strict-rules": "^0.12.10",
53+
"phpstan/phpstan-deprecation-rules": "^0.12",
54+
"phpstan/phpstan-strict-rules": "^0.12",
5555
"phpunit/phpunit": "^9.5",
56-
"pragmarx/google2fa-laravel": "^1.3",
57-
"rector/rector": "^0.11.38",
56+
"pragmarx/google2fa-laravel": "^2.0",
57+
"rector/rector": "^0.11",
5858
"ruafozy/mersenne-twister": "^1.3",
59-
"spatie/laravel-flash": "^1.7",
59+
"spatie/laravel-flash": "^1.8",
6060
"spatie/laravel-honeypot": "^4.0",
6161
"spatie/laravel-medialibrary": "^9.7",
6262
"spatie/laravel-newsletter": "^4.10",
6363
"spatie/laravel-package-tools": "^1.9",
6464
"spatie/laravel-personal-data-export": "^3.0",
65-
"spatie/laravel-schemaless-attributes": "^1.8",
65+
"spatie/laravel-schemaless-attributes": "^2.0",
6666
"spatie/pest-plugin-snapshots": "^1.1",
6767
"spatie/regex": "^2.0",
6868
"spatie/yaml-front-matter": "^2.0",
69-
"teamtnt/laravel-scout-tntsearch-driver": "^11.0",
69+
"teamtnt/laravel-scout-tntsearch-driver": "^11.5",
7070
"unicorn-fail/emoji": "1.0.x-dev"
7171
},
7272
"autoload": {
@@ -107,4 +107,4 @@
107107
"config": {
108108
"sort-packages": true
109109
}
110-
}
110+
}

0 commit comments

Comments
 (0)