Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Dec 15, 2023
1 parent dd73746 commit 5508d0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "staabm/phpstan-todo-by",
"type": "phpstan-extension",
"license": "MIT",
"keywords": ["dev", "phpstan", "phpstan-extension", "static analysis"],

"require": {
"php": "^7.4 || ^8.0"
Expand All @@ -25,6 +28,7 @@
"test": "vendor/bin/phpunit tests/"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}
Expand Down

0 comments on commit 5508d0e

Please sign in to comment.