Skip to content

Commit 0e3fe5c

Browse files
authored
Merge pull request #37 from alexprowars/master
Add support for Laravel 12
2 parents fdc9af4 + 414221f commit 0e3fe5c

3 files changed

Lines changed: 524 additions & 710 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
operating-system: [ubuntu-latest, macOS-latest]
11-
php-versions: ["8.2", "8.3"]
11+
php-versions: ["8.2", "8.3", "8.4"]
1212
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313

1414
steps:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elforastero/transliterate",
33
"description": "Transliteration package for laravel",
4-
"version": "8.0.0",
4+
"version": "9.0.0",
55
"type": "library",
66
"license": "MIT",
77
"authors": [
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": "^8.2",
2727
"ext-intl": "*",
28-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
28+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)