Skip to content

Commit

Permalink
Merge pull request #47 from Taluu/phpstan-extension
Browse files Browse the repository at this point in the history
set package type to "phpstan-extension"
  • Loading branch information
Jan0707 authored Jul 31, 2019
2 parents dbe94ae + 8d54351 commit 23301ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "jangregor/phpstan-prophecy",
"type": "phpstan-extension",
"description": "Provides a phpstan/phpstan extension for phpspec/prophecy",
"license": "MIT",
"authors": [
Expand All @@ -25,6 +26,13 @@
"config": {
"sort-packages": true
},
"extra": {
"phpstan": {
"includes": [
"src/extension.neon"
]
}
},
"autoload": {
"psr-4": {
"JanGregor\\Prophecy\\": "src/"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23301ff

Please sign in to comment.