Skip to content

Commit

Permalink
#59 add support for Laravel 11 (#60)
Browse files Browse the repository at this point in the history
* #59 add changes in changelog
  • Loading branch information
khalyomede authored May 3, 2024
1 parent 2ec2592 commit f4056f5
Show file tree
Hide file tree
Showing 5 changed files with 1,939 additions and 1,525 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Support for Laravel 11 ([#59](https://github.com/khalyomede/laravel-translate/issues/59)).

## [0.3.0] - 2023-11-27

### Added
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
"stillat/blade-parser": "1.*"
},
"require-dev": {
"orchestra/testbench": "8.15.0",
"nunomaduro/collision": "7.10.0",
"rector/rector": "0.18.11",
"driftingly/rector-laravel": "0.26.2",
"phpstan/phpstan": "1.10.45",
"nunomaduro/larastan": "2.6.4",
"friendsofphp/php-cs-fixer": "3.40.0"
"orchestra/testbench": "9.0.4",
"nunomaduro/collision": "8.1.1",
"rector/rector": "1.0.4",
"driftingly/rector-laravel": "1.2.0",
"phpstan/phpstan": "1.10.67",
"friendsofphp/php-cs-fixer": "3.54.0",
"larastan/larastan": "2.9.5"
},
"scripts": {
"test": "testbench package:test",
"analyse": "phpstan analyse",
"lint": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --diff --using-cache=no --allow-risky=yes --dry-run",
"format": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer --using-cache=no --allow-risky=yes fix",
"security": "composer audit --locked --no-dev",
"updates": "composer outdated --strict --direct --ignore laravel/framework",
"updates": "composer outdated --strict --direct",
"scan": "rector process --dry-run",
"modernize": "rector process",
"all": [
Expand Down
Loading

0 comments on commit f4056f5

Please sign in to comment.