Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 authored Sep 19, 2024
1 parent 791ab20 commit 6c59eb0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,17 @@
]
}
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
}
},
"require-dev": {
"symplify/easy-coding-standard": "^9.2",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^0.12.84",
"phpstan/extension-installer": "^1.1",
"php-parallel-lint/php-parallel-lint": "^1.3",
"nunomaduro/larastan": "^0.7.4",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^7.0|^8.0|^9.0"
}
}

0 comments on commit 6c59eb0

Please sign in to comment.