File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 13
13
14
14
- name : Dependabot metadata
15
15
id : metadata
16
- uses : dependabot/fetch-metadata@v1.6 .0
16
+ uses : dependabot/fetch-metadata@v2.1 .0
17
17
with :
18
18
github-token : " ${{ secrets.GITHUB_TOKEN }}"
19
19
Original file line number Diff line number Diff line change 16
16
ref : ${{ github.head_ref }}
17
17
18
18
- name : Fix PHP code style issues
19
- uses : aglipanci/laravel-pint-action@2.3.1
19
+ uses : aglipanci/laravel-pint-action@2.4
20
20
21
21
- name : Commit changes
22
22
uses : stefanzweifel/git-auto-commit-action@v5
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-filament-chained-translation-manager ` will be documented in this file.
4
4
5
+ ## v3.2.3 - 2024-03-21
6
+
7
+ Fix Laravel 11 support
8
+
9
+ ## v3.2.2 - 2024-03-14
10
+
11
+ - Laravel 11 support
12
+
5
13
## v3.2.1 - 2024-03-14
6
14
7
15
- Laravel 11 support
Original file line number Diff line number Diff line change 29
29
},
30
30
"require-dev" : {
31
31
"laravel/pint" : " ^1.0" ,
32
- "nunomaduro/collision" : " ^7.0" ,
32
+ "nunomaduro/collision" : " ^7.0||^8.0 " ,
33
33
"nunomaduro/larastan" : " ^2.4" ,
34
34
"orchestra/testbench" : " ^8.0" ,
35
- "pestphp/pest" : " ^2.x-dev " ,
36
- "pestphp/pest-plugin-laravel" : " 2.x-dev " ,
35
+ "pestphp/pest" : " ^2.0 " ,
36
+ "pestphp/pest-plugin-laravel" : " ^2.0 " ,
37
37
"phpstan/extension-installer" : " ^1.2" ,
38
38
"phpstan/phpstan-deprecation-rules" : " ^1.1" ,
39
39
"phpstan/phpstan-phpunit" : " ^1.3" ,
40
- "phpunit/phpunit" : " ^10.0"
40
+ "phpunit/phpunit" : " ^10.0|^11.0 "
41
41
},
42
42
"autoload" : {
43
43
"psr-4" : {
You can’t perform that action at this time.
0 commit comments