Skip to content

Commit 8c1d238

Browse files
Merge pull request #44 from Laravel-Lang/andrey-helldar-patch-1
Added Laravel 12 support
2 parents 84fe686 + f0b9e36 commit 8c1d238

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [ "8.1", "8.2", "8.3" ]
15-
laravel: [ "10.0", "11.0" ]
15+
laravel: [ "10.0", "11.0", "12.0" ]
1616
exclude:
1717
- laravel: "11.0"
1818
php: "8.1"
19+
- laravel: "12.0"
20+
php: "8.1"
1921

2022
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
2123

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"ext-json": "*",
3131
"archtechx/enums": "^0.3.2 || ^1.0",
3232
"dragon-code/support": "^6.11.3",
33-
"illuminate/collections": "^10.0 || ^11.0",
34-
"laravel-lang/config": "^1.0.2",
35-
"laravel-lang/locale-list": "^1.2",
36-
"laravel-lang/native-country-names": "^1.3",
37-
"laravel-lang/native-currency-names": "^1.3",
38-
"laravel-lang/native-locale-names": "^2.2"
33+
"illuminate/collections": "^10.0 || ^11.0 || ^12.0",
34+
"laravel-lang/config": "^1.12",
35+
"laravel-lang/locale-list": "^1.5",
36+
"laravel-lang/native-country-names": "^1.5",
37+
"laravel-lang/native-currency-names": "^1.6",
38+
"laravel-lang/native-locale-names": "^2.5"
3939
},
4040
"require-dev": {
41-
"orchestra/testbench": "^8.0 || ^9.0",
42-
"pestphp/pest": "^2.24.1",
41+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
42+
"pestphp/pest": "^2.24.1 || ^3.0",
4343
"symfony/var-dumper": "^6.0 || ^7.0"
4444
},
4545
"minimum-stability": "stable",

0 commit comments

Comments
 (0)