We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f30dd0 + 3323f13 commit 1a70dcaCopy full SHA for 1a70dca
.github/workflows/phpstan.yml
@@ -20,7 +20,7 @@ jobs:
20
coverage: none
21
22
- name: Install composer dependencies
23
- uses: ramsey/composer-install@v2
+ uses: ramsey/composer-install@v3
24
25
- name: Run PHPStan
26
run: ./vendor/bin/phpstan --error-format=github
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to `laravel-filament-chained-translation-manager` will be documented in this file.
4
5
+## v3.2.1 - 2024-03-14
6
+
7
+- Laravel 11 support
8
9
+## v3.2.0 - 2024-02-06
10
11
+- Upgrade chained translator lib
12
13
## V3.1.3 - 2023-12-17
14
15
### What's Changed
0 commit comments