Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 3da6d82

Browse files
committed
Add hoa/devtools to suggested packages.
As of hoa/Consistency#29 mentioned, the usage of flex entity will break some static analyzer. Adding `hoa/devtools` as a dependency fix the problem at least in PHPStorm. Must fix hoa/Consistency#30.
1 parent 07b9e16 commit 3da6d82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@
4141
"branch-alias": {
4242
"dev-master": "2.x-dev"
4343
}
44+
},
45+
"suggest": {
46+
"hoa/devtools": "To polish the integration of Hoa inside your IDE, consider installing `hoa/devtools`."
4447
}
4548
}

0 commit comments

Comments
 (0)