Skip to content

Commit

Permalink
Fixed workflow build error
Browse files Browse the repository at this point in the history
  • Loading branch information
fadrian06 committed Jan 4, 2024
1 parent 302b58f commit 186e0e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@
},
"suggest": {
"phpstan/phpstan": "PHP Static Analysis Tool",
"latte/latte": "Latte template engine"
},
"suggest-dev": {
"latte/latte": "Latte template engine",
"tracy/tracy": "Tracy debugger"
},
"replace": {
Expand Down

1 comment on commit 186e0e7

@n0nag0n
Copy link
Collaborator

@n0nag0n n0nag0n commented on 186e0e7 Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For real? A suggest package caused this? I suggest then moving phpstan to suggest-dev and installing that if that's your game. Ideally though phpstan should be require-dev in this repo.

Please sign in to comment.