Skip to content

Commit 68fc7cf

Browse files
committed
feat: Drop Emacs 26.x support
1 parent dc28fd2 commit 68fc7cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(source 'melpa)
1515
(source 'gnu)
1616

17-
(depends-on "emacs" "26.1")
17+
(depends-on "emacs" "27.1")
1818
(depends-on "php-runtime")
1919
(depends-on "composer")
2020
(depends-on "async")

phpactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Created: 8 Apr 2018
88
;; Version: 0.1.0
99
;; Keywords: tools, php
10-
;; Package-Requires: ((emacs "26.1") (php-runtime "0.2") (composer "0.2.0") (async "1.9.3"))
10+
;; Package-Requires: ((emacs "27.1") (php-runtime "0.2") (composer "0.2.0") (async "1.9.3"))
1111
;; URL: https://github.com/emacs-php/phpactor.el
1212
;; License: GPL-3.0-or-later
1313

0 commit comments

Comments
 (0)