Skip to content

Commit

Permalink
chore: normalize manifest to fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Mar 11, 2024
1 parent 8b2be4c commit da11246
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
"forum": "https://community.auth0.com",
"source": "https://github.com/auth0/laravel-auth0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/asbiin/psalm-plugin-laravel.git"
}
],
"require": {
"php": "^8.2",
"ext-json": "*",
Expand All @@ -56,10 +50,10 @@
"larastan/larastan": "^2",
"mockery/mockery": "^1",
"orchestra/testbench": "^9.x-dev",
"pestphp/pest-plugin-laravel": "^2",
"pestphp/pest": "^2",
"phpstan/phpstan-strict-rules": "^1",
"pestphp/pest-plugin-laravel": "^2",
"phpstan/phpstan": "^1",
"phpstan/phpstan-strict-rules": "^1",
"psalm/plugin-laravel": "dev-laravel11#b93c8f21c18e3355dcdae797c6af266f7aab93f6",
"psr-mock/http": "^1",
"rector/rector": "^1",
Expand All @@ -68,6 +62,12 @@
"vimeo/psalm": "^5",
"wikimedia/composer-merge-plugin": "^2"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/asbiin/psalm-plugin-laravel.git"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
Expand Down

0 comments on commit da11246

Please sign in to comment.