Skip to content

Commit 2dc25cb

Browse files
committed
Bump version 0.7.2
1 parent 85d41cb commit 2dc25cb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(package "phpstan" "0.7.0" "Interface to PHPStan (PHP static analyzer)")
1+
(package "phpstan" "0.7.2" "Interface to PHPStan (PHP static analyzer)")
22
(source melpa)
33
(source gnu)
44

flycheck-phpstan.el

Lines changed: 3 additions & 3 deletions
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) 2021 Friends of Emacs-PHP development
3+
;; Copyright (C) 2023 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <tadsan@zonu.me>
66
;; Created: 15 Mar 2018
7-
;; Version: 0.6.0
7+
;; Version: 0.7.2
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
10-
;; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.5.0"))
10+
;; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.7.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

Lines changed: 3 additions & 3 deletions
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) 2021 Friends of Emacs-PHP development
3+
;; Copyright (C) 2023 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <tadsan@zonu.me>
66
;; Created: 31 Mar 2020
7-
;; Version: 0.6.0
7+
;; Version: 0.7.2
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
10-
;; Package-Requires: ((emacs "26.1") (phpstan "0.5.0"))
10+
;; Package-Requires: ((emacs "26.1") (phpstan "0.7.2"))
1111
;; License: GPL-3.0-or-later
1212

1313
;; This program is free software; you can redistribute it and/or modify

phpstan.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: USAMI Kenta <tadsan@zonu.me>
66
;; Created: 15 Mar 2018
7-
;; Version: 0.7.0
7+
;; Version: 0.7.2
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
1010
;; Package-Requires: ((emacs "24.3") (compat "29") (php-mode "1.22.3") (php-runtime "0.2"))

0 commit comments

Comments
 (0)