Skip to content

Commit e1aa8b2

Browse files
committed
Bump version 0.8.2
1 parent b3243f3 commit e1aa8b2

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff 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

Eask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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")

flycheck-phpstan.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

flymake-phpstan.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

phpstan.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

0 commit comments

Comments
 (0)