We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8a18e commit ee3f8fdCopy full SHA for ee3f8fd
Cask
@@ -1,4 +1,4 @@
1
-(package "phpstan" "0.6.0" "Interface to PHPStan (PHP static analyzer)")
+(package "phpstan" "0.7.0" "Interface to PHPStan (PHP static analyzer)")
2
(source melpa)
3
(source gnu)
4
phpstan.el
@@ -1,10 +1,10 @@
;;; phpstan.el --- Interface to PHPStan -*- lexical-binding: t; -*-
-;; Copyright (C) 2021 Friends of Emacs-PHP development
+;; Copyright (C) 2023 Friends of Emacs-PHP development
5
;; Author: USAMI Kenta <tadsan@zonu.me>
6
;; Created: 15 Mar 2018
7
-;; Version: 0.6.0
+;; Version: 0.7.0
8
;; Keywords: tools, php
9
;; Homepage: https://github.com/emacs-php/phpstan.el
10
;; Package-Requires: ((emacs "24.3") (compat "29") (php-mode "1.22.3") (php-runtime "0.2"))
0 commit comments