Skip to content

Commit f266baa

Browse files
committed
Bump version 0.4.0
1 parent dddd1bc commit f266baa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cask

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
(package "phpstan" "0.3.3" "Interface to PHPStan (PHP static analyzer)")
1+
(package "phpstan" "0.4.0" "Interface to PHPStan (PHP static analyzer)")
22
(source "melpa" "https://melpa.org/packages/")
33

44
(package-file "phpstan.el")
55
(package-file "flycheck-phpstan.el")
6+
(package-file "flymake-phpstan.el")
67
(development
7-
(depends-on "flycheck")
88
(depends-on "php-mode"))

flycheck-phpstan.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
;; Author: USAMI Kenta <tadsan@zonu.me>
66
;; Created: 15 Mar 2018
7-
;; Version: 0.3.3
8-
;; Keywords: convenience, php
7+
;; Version: 0.4.0
8+
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
10-
;; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.3.3"))
10+
;; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.4.0"))
1111

1212
;; This program is free software; you can redistribute it and/or modify
1313
;; it under the terms of the GNU General Public License as published by

flymake-phpstan.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Version: 0.4.0
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
10-
;; Package-Requires: ((emacs "26.1") (phpstan "0.3.3"))
10+
;; Package-Requires: ((emacs "26.1") (phpstan "0.4.0"))
1111

1212
;; This program is free software; you can redistribute it and/or modify
1313
;; it under the terms of the GNU General Public License as published by

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.3.3
7+
;; Version: 0.4.0
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
1010
;; Package-Requires: ((emacs "24.3"))

0 commit comments

Comments
 (0)