Skip to content

Commit 78beb3c

Browse files
Merge pull request #31 from Laravel-Lang/andrey-helldar-patch-1
[source]: Add Laravel 13 support
2 parents 564f05c + b28bd4b commit 78beb3c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+157
-139
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [ "8.1", "8.2", "8.3", "8.4" ]
15-
laravel: [ "10.0", "11.0", "12.0" ]
14+
php: [ "8.2", "8.3", "8.4", "8.5" ]
15+
laravel: [ "10.0", "11.0", "12.0", "13.0" ]
1616
exclude:
17+
- laravel: "10.0"
18+
php: "8.5"
1719
- laravel: "11.0"
1820
php: "8.1"
1921
- laravel: "12.0"
2022
php: "8.1"
23+
- laravel: "13.0"
24+
php: "8.2"
25+
- laravel: "13.0"
26+
php: "8.2"
2127

2228
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
2329

.github/workflows/update.yml

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

1818
- uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.4'
20+
php-version: '8.5'
2121
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv, json
2222
coverage: none
2323

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@
4343
"php": "^8.1",
4444
"ext-json": "*",
4545
"dragon-code/support": "^6.11",
46-
"illuminate/collections": "^10.0 || ^11.0 || ^12.0"
46+
"illuminate/collections": "^10.0 || ^11.0 || ^12.0 || ^13.0"
4747
},
4848
"require-dev": {
49-
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
49+
"illuminate/support": "^10.0 || ^11.0 || ^12.0 || ^13.0",
5050
"laravel-lang/locale-list": "^1.2",
51-
"pestphp/pest": "^2.24.3 || ^3.0",
51+
"pestphp/pest": "^2.0 || ^3.0 || ^4.0",
5252
"punic/punic": "^3.8",
53-
"symfony/console": "^6.3 || ^7.0",
54-
"symfony/process": "^6.3 || ^7.0",
55-
"symfony/var-dumper": "^6.3 || ^7.0",
53+
"symfony/console": "^6.0 || ^7.0",
54+
"symfony/process": "^6.0 || ^7.0",
55+
"symfony/var-dumper": "^6.0 || ^7.0",
5656
"vlucas/phpdotenv": "^5.6"
5757
},
5858
"minimum-stability": "stable",

data/_native.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/af.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/ak.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/am.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/ar.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/as.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/az.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)