File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- (package " phpstan" " 0.5 .0" " Interface to PHPStan (PHP static analyzer)" )
1
+ (package " phpstan" " 0.6 .0" " Interface to PHPStan (PHP static analyzer)" )
2
2
(source " melpa" " https://melpa.org/packages/" )
3
3
4
4
(package-file " phpstan.el" )
Original file line number Diff line number Diff line change 1
1
; ;; flycheck-phpstan.el --- Flycheck integration for PHPStan -*- lexical-binding : t ; -*-
2
2
3
- ; ; Copyright (C) 2020 Friends of Emacs-PHP development
3
+ ; ; Copyright (C) 2021 Friends of Emacs-PHP development
4
4
5
5
; ; Author: USAMI Kenta <[email protected] >
6
6
; ; Created: 15 Mar 2018
7
- ; ; Version: 0.5 .0
7
+ ; ; Version: 0.6 .0
8
8
; ; Keywords: tools, php
9
9
; ; Homepage: https://github.com/emacs-php/phpstan.el
10
10
; ; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.5.0"))
Original file line number Diff line number Diff line change 1
1
; ;; flymake-phpstan.el --- Flymake backend for PHP using PHPStan -*- lexical-binding : t ; -*-
2
2
3
- ; ; Copyright (C) 2020 Friends of Emacs-PHP development
3
+ ; ; Copyright (C) 2021 Friends of Emacs-PHP development
4
4
5
5
; ; Author: USAMI Kenta <[email protected] >
6
6
; ; Created: 31 Mar 2020
7
- ; ; Version: 0.5 .0
7
+ ; ; Version: 0.6 .0
8
8
; ; Keywords: tools, php
9
9
; ; Homepage: https://github.com/emacs-php/phpstan.el
10
10
; ; Package-Requires: ((emacs "26.1") (phpstan "0.5.0"))
Original file line number Diff line number Diff line change 1
1
; ;; phpstan.el --- Interface to PHPStan -*- lexical-binding : t ; -*-
2
2
3
- ; ; Copyright (C) 2020 Friends of Emacs-PHP development
3
+ ; ; Copyright (C) 2021 Friends of Emacs-PHP development
4
4
5
5
; ; Author: USAMI Kenta <[email protected] >
6
6
; ; Created: 15 Mar 2018
7
- ; ; Version: 0.5 .0
7
+ ; ; Version: 0.6 .0
8
8
; ; Keywords: tools, php
9
9
; ; Homepage: https://github.com/emacs-php/phpstan.el
10
10
; ; Package-Requires: ((emacs "24.3") (php-mode "1.22.3"))
You can’t perform that action at this time.
0 commit comments