Skip to content

Commit 83cced8

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents dc752db + 766a6da commit 83cced8

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v1.6.0
16+
uses: dependabot/fetch-metadata@v2.1.0
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ref: ${{ github.head_ref }}
1717

1818
- name: Fix PHP code style issues
19-
uses: aglipanci/laravel-pint-action@2.3.1
19+
uses: aglipanci/laravel-pint-action@2.4
2020

2121
- name: Commit changes
2222
uses: stefanzweifel/git-auto-commit-action@v5

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to `laravel-filament-chained-translation-manager` will be documented in this file.
44

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+
513
## v3.2.1 - 2024-03-14
614

715
- Laravel 11 support

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
},
3030
"require-dev": {
3131
"laravel/pint": "^1.0",
32-
"nunomaduro/collision": "^7.0",
32+
"nunomaduro/collision": "^7.0||^8.0",
3333
"nunomaduro/larastan": "^2.4",
3434
"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",
3737
"phpstan/extension-installer": "^1.2",
3838
"phpstan/phpstan-deprecation-rules": "^1.1",
3939
"phpstan/phpstan-phpunit": "^1.3",
40-
"phpunit/phpunit": "^10.0"
40+
"phpunit/phpunit": "^10.0|^11.0"
4141
},
4242
"autoload": {
4343
"psr-4": {

0 commit comments

Comments
 (0)