Skip to content

Commit 0869b15

Browse files
authored
Merge pull request #41 from emacs-php/release/v0.6.0
Bump version 0.6.0
2 parents 681c70d + 567926c commit 0869b15

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(package "phpstan" "0.5.0" "Interface to PHPStan (PHP static analyzer)")
1+
(package "phpstan" "0.6.0" "Interface to PHPStan (PHP static analyzer)")
22
(source "melpa" "https://melpa.org/packages/")
33

44
(package-file "phpstan.el")

flycheck-phpstan.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
;;; flycheck-phpstan.el --- Flycheck integration for PHPStan -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2020 Friends of Emacs-PHP development
3+
;; Copyright (C) 2021 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 15 Mar 2018
7-
;; Version: 0.5.0
7+
;; Version: 0.6.0
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
1010
;; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.5.0"))

flymake-phpstan.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
;;; flymake-phpstan.el --- Flymake backend for PHP using PHPStan -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2020 Friends of Emacs-PHP development
3+
;; Copyright (C) 2021 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 31 Mar 2020
7-
;; Version: 0.5.0
7+
;; Version: 0.6.0
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
1010
;; Package-Requires: ((emacs "26.1") (phpstan "0.5.0"))

phpstan.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
;;; phpstan.el --- Interface to PHPStan -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2020 Friends of Emacs-PHP development
3+
;; Copyright (C) 2021 Friends of Emacs-PHP development
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 15 Mar 2018
7-
;; Version: 0.5.0
7+
;; Version: 0.6.0
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
1010
;; Package-Requires: ((emacs "24.3") (php-mode "1.22.3"))

0 commit comments

Comments
 (0)