Skip to content

Commit b4baa1b

Browse files
committed
Add depends on compat
1 parent 4645ff0 commit b4baa1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cask

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(package "phpstan" "0.6.0" "Interface to PHPStan (PHP static analyzer)")
22
(source "melpa" "https://melpa.org/packages/")
3+
(source "gnu" "https://elpa.gnu.org/packages/")
34

45
(package-file "phpstan.el")
56
(package-file "flycheck-phpstan.el")

phpstan.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Version: 0.6.0
88
;; Keywords: tools, php
99
;; Homepage: https://github.com/emacs-php/phpstan.el
10-
;; Package-Requires: ((emacs "24.3") (php-mode "1.22.3") (php-runtime "0.2"))
10+
;; Package-Requires: ((emacs "24.3") (compat "29") (php-mode "1.22.3") (php-runtime "0.2"))
1111
;; License: GPL-3.0-or-later
1212

1313
;; This program is free software; you can redistribute it and/or modify
@@ -58,6 +58,7 @@
5858
(require 'php-runtime)
5959

6060
(eval-when-compile
61+
(require 'compat)
6162
(require 'php)
6263
(require 'json))
6364

0 commit comments

Comments
 (0)