diff options
| author | 2026-06-29 00:53:51 -0700 | |
|---|---|---|
| committer | 2026-06-29 00:53:51 -0700 | |
| commit | 3e09d82f40868c41729f16c197edd06268c0e3f5 (patch) | |
| tree | d13e5216bfd5619a6c61ab2c371937ee3e78fd57 | |
| parent | 5a5372acc49db2763659f59a8a8dde25b607b2b9 (diff) | |
| download | emacs-config-3e09d82f40868c41729f16c197edd06268c0e3f5.tar.gz emacs-config-3e09d82f40868c41729f16c197edd06268c0e3f5.zip | |
oni-flycheck: Add flycheck-phpstan dependency
| -rw-r--r-- | oni-flycheck.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-flycheck.el b/oni-flycheck.el index 7047b00..7304551 100644 --- a/oni-flycheck.el +++ b/oni-flycheck.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2021.0715.221757 -;; Package-Requires: (flycheck flycheck-posframe flycheck-cask) +;; Version: 2026.0629.004856 +;; Package-Requires: (flycheck flycheck-posframe flycheck-cask flycheck-phpstan) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by |
