Skip to content

Commit

Permalink
#59 add support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
khalyomede committed May 3, 2024
1 parent 2ec2592 commit 3374f93
Show file tree
Hide file tree
Showing 4 changed files with 1,935 additions and 1,525 deletions.
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 3374f93

Please sign in to comment.