File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- (package " phpstan" " 0.1 .0" " Interface to PHPStan (PHP static analyzer)" )
1
+ (package " phpstan" " 0.2 .0" " Interface to PHPStan (PHP static analyzer)" )
2
2
(source " melpa" " https://melpa.org/packages/" )
3
3
4
4
(package-file " phpstan.el" )
5
- (package-file " phpstan- flycheck.el" )
5
+ (package-file " flycheck-phpstan .el" )
6
6
(development
7
7
(depends-on " flycheck" )
8
8
(depends-on " php-mode" ))
Original file line number Diff line number Diff line change 4
4
5
5
; ; Author: USAMI Kenta <[email protected] >
6
6
; ; Created: 15 Mar 2018
7
- ; ; Version: 0.1 .0
7
+ ; ; Version: 0.2 .0
8
8
; ; Keywords: convenience, php
9
9
; ; Homepage: https://github.com/emacs-php/phpstan.el
10
- ; ; Package-Requires: ((emacs "24") (flycheck "26") (phpstan "0.1 .0"))
10
+ ; ; Package-Requires: ((emacs "24.3 ") (flycheck "26") (phpstan "0.2 .0"))
11
11
12
12
; ; This program is free software; you can redistribute it and/or modify
13
13
; ; it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 4
4
5
5
; ; Author: USAMI Kenta <[email protected] >
6
6
; ; Created: 15 Mar 2018
7
- ; ; Version: 0.1 .0
7
+ ; ; Version: 0.2 .0
8
8
; ; Keywords: tools, php
9
9
; ; Homepage: https://github.com/emacs-php/phpstan.el
10
- ; ; Package-Requires: ((emacs "24"))
10
+ ; ; Package-Requires: ((emacs "24.3 "))
11
11
12
12
; ; This program is free software; you can redistribute it and/or modify
13
13
; ; it under the terms of the GNU General Public License as published by
You can’t perform that action at this time.
0 commit comments