-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from ElForastero/chore/update-dependencies
chore(deps): update dependencies and bump new version
- Loading branch information
Showing
6 changed files
with
1,115 additions
and
612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
## Release notes | ||
|
||
## [v5.0.0](https://github.com/elforastero/transliterate/releases/tag/v5.0.0) | ||
## [v6.0.0](https://github.com/elforastero/transliterate/releases/tag/v5.0.0-RC1) | ||
- Minimal PHP version is now php8.0 | ||
- Support for Laravel 9 | ||
- Update dependencies | ||
- Update Dockerfile to use [email protected] | ||
|
||
## [v5.0.0-RC1](https://github.com/elforastero/transliterate/releases/tag/v5.0.0-RC1) | ||
- Support for Laravel 8 | ||
- Drop support of php7.2 | ||
- Require phpunit >= 9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
{ | ||
"name": "elforastero/transliterate", | ||
"description": "Transliteration package for laravel", | ||
"version": "5.0.0-RC1", | ||
"version": "6.0.0", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Eugene Dzhumak", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"homepage": "https://elforastero.dev", | ||
"role": "Developer" | ||
} | ||
], | ||
"autoload": { | ||
|
@@ -21,14 +23,14 @@ | |
} | ||
}, | ||
"require": { | ||
"php": ">=7.3", | ||
"php": ">=8.0", | ||
"ext-intl": "*", | ||
"illuminate/support": "^6.0|^7.0|^8.0|^9.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": ">=9.0", | ||
"orchestra/testbench": ">=6.0", | ||
"friendsofphp/php-cs-fixer": "^2.18", | ||
"friendsofphp/php-cs-fixer": "^3.9", | ||
"brainmaestro/composer-git-hooks": "^2.8" | ||
}, | ||
"extra": { | ||
|
Oops, something went wrong.