Skip to content
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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes of the `phpstan.el` are documented in this file using the [Keep a Changelog](https://keepachangelog.com/) principles.

## Unreleased
## [0.10.0]

### Added

Expand Down
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; -*- mode: eask; lexical-binding: t -*-

(package "phpstan"
"0.9.0"
"0.10.0"
"Interface to PHPStan (PHP static analyzer)")

(website-url "https://github.com/emacs-php/phpstan.el")
Expand Down
2 changes: 1 addition & 1 deletion Eask.27
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
;; rest in sync with `Eask', which is the source of truth.

(package "phpstan"
"0.9.0"
"0.10.0"
"Interface to PHPStan (PHP static analyzer)")

(website-url "https://github.com/emacs-php/phpstan.el")
Expand Down
4 changes: 2 additions & 2 deletions flycheck-phpstan.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

;; Author: USAMI Kenta <tadsan@zonu.me>
;; Created: 15 Mar 2018
;; Version: 0.9.0
;; Version: 0.10.0
;; Keywords: tools, php
;; Homepage: https://github.com/emacs-php/phpstan.el
;; Package-Requires: ((emacs "27.1") (flycheck "26") (phpstan "0.9.0"))
;; Package-Requires: ((emacs "27.1") (flycheck "26") (phpstan "0.10.0"))
;; License: GPL-3.0-or-later

;; This program is free software; you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions flymake-phpstan.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

;; Author: USAMI Kenta <tadsan@zonu.me>
;; Created: 31 Mar 2020
;; Version: 0.9.0
;; Version: 0.10.0
;; Keywords: tools, php
;; Homepage: https://github.com/emacs-php/phpstan.el
;; Package-Requires: ((emacs "27.1") (phpstan "0.9.0"))
;; Package-Requires: ((emacs "27.1") (phpstan "0.10.0"))
;; License: GPL-3.0-or-later

;; This program is free software; you can redistribute it and/or modify
Expand Down
3 changes: 2 additions & 1 deletion phpstan-hover.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

;; Author: USAMI Kenta <tadsan@zonu.me>
;; Created: 16 Feb 2026
;; Version: 0.10.0
;; Keywords: tools, php
;; Homepage: https://github.com/emacs-php/phpstan.el
;; Package-Requires: ((emacs "27.1") (phpstan "0.9.0"))
;; Package-Requires: ((emacs "27.1") (phpstan "0.10.0"))
;; License: GPL-3.0-or-later

;;; Commentary:
Expand Down
2 changes: 1 addition & 1 deletion phpstan.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: USAMI Kenta <tadsan@zonu.me>
;; Created: 15 Mar 2018
;; Version: 0.9.0
;; Version: 0.10.0
;; Keywords: tools, php
;; Homepage: https://github.com/emacs-php/phpstan.el
;; Package-Requires: ((emacs "27.1") (compat "30") (php-mode "1.22.3") (php-runtime "0.2"))
Expand Down
Loading