File tree 5 files changed +16
-10
lines changed
5 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes of the `phpstan.el` are documented in this file using the [K
4
4
5
5
<!-- ## Unreleased -->
6
6
7
+ ## [ 0.8.2]
8
+
9
+ ### Fixed
10
+
11
+ * Fix compilation errors on Emacs 30
12
+
7
13
## [ 0.8.1]
8
14
9
15
### Added
Original file line number Diff line number Diff line change 1
1
(package "phpstan"
2
- "0.7 .2"
2
+ "0.8 .2"
3
3
"Interface to PHPStan (PHP static analyzer)")
4
4
5
5
(website-url "https://github.com/emacs-php/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) 2023 Friends of Emacs-PHP development
3
+ ; ; Copyright (C) 2025 Friends of Emacs-PHP development
4
4
5
5
; ; Author: USAMI Kenta <[email protected] >
6
6
; ; Created: 15 Mar 2018
7
- ; ; Version: 0.7 .2
7
+ ; ; Version: 0.8 .2
8
8
; ; Keywords: tools, php
9
9
; ; Homepage: https://github.com/emacs-php/phpstan.el
10
- ; ; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.7 .2"))
10
+ ; ; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.8 .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
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) 2023 Friends of Emacs-PHP development
3
+ ; ; Copyright (C) 2025 Friends of Emacs-PHP development
4
4
5
5
; ; Author: USAMI Kenta <[email protected] >
6
6
; ; Created: 31 Mar 2020
7
- ; ; Version: 0.7 .2
7
+ ; ; Version: 0.8 .2
8
8
; ; Keywords: tools, php
9
9
; ; Homepage: https://github.com/emacs-php/phpstan.el
10
- ; ; Package-Requires: ((emacs "26.1") (phpstan "0.7 .2"))
10
+ ; ; Package-Requires: ((emacs "26.1") (phpstan "0.8 .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
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) 2023 Friends of Emacs-PHP development
3
+ ; ; Copyright (C) 2025 Friends of Emacs-PHP development
4
4
5
5
; ; Author: USAMI Kenta <[email protected] >
6
6
; ; Created: 15 Mar 2018
7
- ; ; Version: 0.7 .2
7
+ ; ; Version: 0.8 .2
8
8
; ; Keywords: tools, php
9
9
; ; Homepage: https://github.com/emacs-php/phpstan.el
10
- ; ; Package-Requires: ((emacs "25.1") (compat "29 ") (php-mode "1.22.3") (php-runtime "0.2"))
10
+ ; ; Package-Requires: ((emacs "25.1") (compat "30 ") (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
You can’t perform that action at this time.
0 commit comments