Skip to content

Commit

Permalink
Added support for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Lehtinen committed Feb 9, 2022
1 parent f92f829 commit 00e6b7a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
"phpro/grumphp":"^1.2",
"phpmd/phpmd":"^2.10",
"squizlabs/php_codesniffer":"^3.6",
"nunomaduro/larastan":"^1.0",
"nunomaduro/larastan":"^2.0",
"php-parallel-lint/php-parallel-lint":"^1.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"phpro/grumphp": false
}
}
}
}

0 comments on commit 00e6b7a

Please sign in to comment.