Skip to content

Commit

Permalink
Merge pull request #30 from ElForastero/feature/support-for-laravel-11
Browse files Browse the repository at this point in the history
Add support for Laravel 11
  • Loading branch information
ElForastero authored Aug 1, 2024
2 parents ef4f2d4 + e07b646 commit 90982ee
Show file tree
Hide file tree
Showing 3 changed files with 1,877 additions and 964 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, macOS-latest]
php-versions: ["8.1", "8.2"]
php-versions: ["8.2", "8.3"]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

steps:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elforastero/transliterate",
"description": "Transliteration package for laravel",
"version": "7.0.0",
"version": "8.0.0",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -23,13 +23,13 @@
}
},
"require": {
"php": ">=8.1",
"php": "^8.2",
"ext-intl": "*",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": ">=9.0",
"orchestra/testbench": ">=6.0",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^6.0",
"friendsofphp/php-cs-fixer": "^3.9",
"brainmaestro/composer-git-hooks": "^2.8"
},
Expand Down
Loading

0 comments on commit 90982ee

Please sign in to comment.