Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump version 0.6.0 #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(package "phpstan" "0.5.0" "Interface to PHPStan (PHP static analyzer)")
(package "phpstan" "0.6.0" "Interface to PHPStan (PHP static analyzer)")
(source "melpa" "https://melpa.org/packages/")

(package-file "phpstan.el")
Expand Down
4 changes: 2 additions & 2 deletions flycheck-phpstan.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; flycheck-phpstan.el --- Flycheck integration for PHPStan -*- lexical-binding: t; -*-

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

;; Author: USAMI Kenta <[email protected]>
;; Created: 15 Mar 2018
;; Version: 0.5.0
;; Version: 0.6.0
;; Keywords: tools, php
;; Homepage: https://github.com/emacs-php/phpstan.el
;; Package-Requires: ((emacs "24.3") (flycheck "26") (phpstan "0.5.0"))
Expand Down
4 changes: 2 additions & 2 deletions flymake-phpstan.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; flymake-phpstan.el --- Flymake backend for PHP using PHPStan -*- lexical-binding: t; -*-

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

;; Author: USAMI Kenta <[email protected]>
;; Created: 31 Mar 2020
;; Version: 0.5.0
;; Version: 0.6.0
;; Keywords: tools, php
;; Homepage: https://github.com/emacs-php/phpstan.el
;; Package-Requires: ((emacs "26.1") (phpstan "0.5.0"))
Expand Down
4 changes: 2 additions & 2 deletions phpstan.el
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
;;; phpstan.el --- Interface to PHPStan -*- lexical-binding: t; -*-

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

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