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 1
1
(package " phpstan" " 0.6.0" " Interface to PHPStan (PHP static analyzer)" )
2
2
(source " melpa" " https://melpa.org/packages/" )
3
+ (source " gnu" " https://elpa.gnu.org/packages/" )
3
4
4
5
(package-file " phpstan.el" )
5
6
(package-file " flycheck-phpstan.el" )
Original file line number Diff line number Diff line change 7
7
; ; Version: 0.6.0
8
8
; ; Keywords: tools, php
9
9
; ; 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"))
11
11
; ; License: GPL-3.0-or-later
12
12
13
13
; ; This program is free software; you can redistribute it and/or modify
58
58
(require 'php-runtime )
59
59
60
60
(eval-when-compile
61
+ (require 'compat )
61
62
(require 'php )
62
63
(require 'json ))
63
64
You can’t perform that action at this time.
0 commit comments