branch: elpa/php-mode
commit fb2c1ed5df3e3ac84b7b6cb325c32e4ba8afa18a
Author: USAMI Kenta <[email protected]>
Commit: USAMI Kenta <[email protected]>

    Raised minimum supported version to Emacs 27.1
---
 lisp/php-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/php-mode.el b/lisp/php-mode.el
index d9b732649c..0cee34d528 100644
--- a/lisp/php-mode.el
+++ b/lisp/php-mode.el
@@ -10,7 +10,7 @@
 ;; URL: https://github.com/emacs-php/php-mode
 ;; Keywords: languages php
 ;; Version: 1.26.1
-;; Package-Requires: ((emacs "26.1"))
+;; Package-Requires: ((emacs "27.1"))
 ;; License: GPL-3.0-or-later
 
 (eval-and-compile

Reply via email to