File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11(package " phpstan" " 0.6.0" " Interface to PHPStan (PHP static analyzer)" )
22(source " melpa" " https://melpa.org/packages/" )
3+ (source " gnu" " https://elpa.gnu.org/packages/" )
34
45(package-file " phpstan.el" )
56(package-file " flycheck-phpstan.el" )
Original file line number Diff line number Diff line change 77; ; Version: 0.6.0
88; ; Keywords: tools, php
99; ; Homepage: https://github.com/emacs-php/phpstan.el
10- ; ; Package-Requires: ((emacs "24.3") (php-mode "1.22.3") (php-runtime "0.2"))
10+ ; ; Package-Requires: ((emacs "24.3") (compat "29") ( php-mode "1.22.3") (php-runtime "0.2"))
1111; ; License: GPL-3.0-or-later
1212
1313; ; This program is free software; you can redistribute it and/or modify
5858(require 'php-runtime )
5959
6060(eval-when-compile
61+ (require 'compat )
6162 (require 'php )
6263 (require 'json ))
6364
You can’t perform that action at this time.
0 commit comments