Skip to content

Commit 5c8530a

Browse files
committed
chore: added support for Laravel v13
1 parent 2af4770 commit 5c8530a

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: ['8.2', '8.3', '8.4']
16+
php: ['8.3', '8.4', '8.5']
1717
stability: [prefer-lowest, prefer-stable]
1818

1919
steps:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ A package to register multilingual routes for your application.
1010

1111
| Version | Laravel Version |
1212
| ------------- | ------------- |
13+
| v6 | 13.x |
1314
| v5 | 12.x |
1415
| v4 | 10.x, 11.x |
1516
| v3 | 9.x |

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.2",
23-
"chinleung/laravel-locales": "^2.0",
24-
"illuminate/support": "^12.0"
22+
"php": "^8.3",
23+
"chinleung/laravel-locales": "^3.0",
24+
"illuminate/support": "^13.0"
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "^8.0|^9.0|^10.0",
28-
"phpunit/phpunit": "^9.5.10|^10.5|^11.5.3"
27+
"orchestra/testbench": "^11.0",
28+
"phpunit/phpunit": "^11.5.3|^12.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)