Skip to content

Commit aab38e3

Browse files
committed
Bump version 0.2.0 and require Emacs 24.3
1 parent ce5da43 commit aab38e3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.1.0" "Interface to PHPStan (PHP static analyzer)")
1+
(package "phpstan" "0.2.0" "Interface to PHPStan (PHP static analyzer)")
22
(source "melpa" "https://melpa.org/packages/")
33

44
(package-file "phpstan.el")
5-
(package-file "phpstan-flycheck.el")
5+
(package-file "flycheck-phpstan.el")
66
(development
77
(depends-on "flycheck")
88
(depends-on "php-mode"))

flycheck-phpstan.el

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

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 15 Mar 2018
7-
;; Version: 0.1.0
7+
;; Version: 0.2.0
88
;; Keywords: convenience, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
10-
;; Package-Requires: ((emacs "24") (flycheck "26") (phpstan "0.1.0"))
10+
;; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.2.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 15 Mar 2018
7-
;; Version: 0.1.0
7+
;; Version: 0.2.0
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
10-
;; Package-Requires: ((emacs "24"))
10+
;; Package-Requires: ((emacs "24.3"))
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

0 commit comments

Comments
 (0)