Skip to content

Commit ee3f8fd

Browse files
committedApr 4, 2023
Bump version 0.7.0
1 parent 1a8a18e commit ee3f8fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(package "phpstan" "0.6.0" "Interface to PHPStan (PHP static analyzer)")
1+
(package "phpstan" "0.7.0" "Interface to PHPStan (PHP static analyzer)")
22
(source melpa)
33
(source gnu)
44

‎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) 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.0
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)
Please sign in to comment.