We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdc9af4 + 414221f commit 0e3fe5cCopy full SHA for 0e3fe5c
3 files changed
.github/workflows/php.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
operating-system: [ubuntu-latest, macOS-latest]
11
- php-versions: ["8.2", "8.3"]
+ php-versions: ["8.2", "8.3", "8.4"]
12
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
13
14
steps:
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "elforastero/transliterate",
3
"description": "Transliteration package for laravel",
4
- "version": "8.0.0",
+ "version": "9.0.0",
5
"type": "library",
6
"license": "MIT",
7
"authors": [
@@ -25,7 +25,7 @@
25
"require": {
26
"php": "^8.2",
27
"ext-intl": "*",
28
- "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
29
},
30
"require-dev": {
31
"phpunit/phpunit": "^9.0",
0 commit comments