File tree Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Expand file tree Collapse file tree 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
44
55<!-- ## Unreleased -->
66
7+ ## [ 0.8.2]
8+
9+ ### Fixed
10+
11+ * Fix compilation errors on Emacs 30
12+
713## [ 0.8.1]
814
915### Added
Original file line number Diff line number Diff line change 11(package "phpstan"
2- "0.7 .2"
2+ "0.8 .2"
33 "Interface to PHPStan (PHP static analyzer)")
44
55(website-url "https://github.com/emacs-php/phpstan.el")
Original file line number Diff line number Diff line change 11; ;; flycheck-phpstan.el --- Flycheck integration for PHPStan -*- lexical-binding : t ; -*-
22
3- ; ; Copyright (C) 2023 Friends of Emacs-PHP development
3+ ; ; Copyright (C) 2025 Friends of Emacs-PHP development
44
55; ; Author: USAMI Kenta <[email protected] >66; ; Created: 15 Mar 2018
7- ; ; Version: 0.7 .2
7+ ; ; Version: 0.8 .2
88; ; Keywords: tools, php
99; ; 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"))
1111; ; License: GPL-3.0-or-later
1212
1313; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 11; ;; flymake-phpstan.el --- Flymake backend for PHP using PHPStan -*- lexical-binding : t ; -*-
22
3- ; ; Copyright (C) 2023 Friends of Emacs-PHP development
3+ ; ; Copyright (C) 2025 Friends of Emacs-PHP development
44
55; ; Author: USAMI Kenta <[email protected] >66; ; Created: 31 Mar 2020
7- ; ; Version: 0.7 .2
7+ ; ; Version: 0.8 .2
88; ; Keywords: tools, php
99; ; 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"))
1111; ; License: GPL-3.0-or-later
1212
1313; ; This program is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 11; ;; phpstan.el --- Interface to PHPStan -*- lexical-binding : t ; -*-
22
3- ; ; Copyright (C) 2023 Friends of Emacs-PHP development
3+ ; ; Copyright (C) 2025 Friends of Emacs-PHP development
44
55; ; Author: USAMI Kenta <[email protected] >66; ; Created: 15 Mar 2018
7- ; ; Version: 0.7 .2
7+ ; ; Version: 0.8 .2
88; ; Keywords: tools, php
99; ; 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"))
1111; ; License: GPL-3.0-or-later
1212
1313; ; This program is free software; you can redistribute it and/or modify
You can’t perform that action at this time.
0 commit comments