Skip to content

Commit a348c07

Browse files
authored
Merge pull request #832 from emacs-php/drop/emacs27
Drop Emacs 27 Support
2 parents c56d0b2 + 4f6281c commit a348c07

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
This file documents notable changes to PHP Mode according to the [Keep a Changelog](https://keepachangelog.com/) principles.
44

5-
<!-- ## Unreleased -->
5+
## Unreleased
6+
7+
### Removed
8+
9+
* Drop support for Emacs 27.x ([#811])
610

711
## [1.28.0] - 2026-08-25
812

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
(source 'melpa)
3333
(source 'gnu)
3434

35-
(depends-on "emacs" "27.1")
35+
(depends-on "emacs" "28.1")
3636

3737
(development
3838
(depends-on "phpactor")

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A powerful and flexible Emacs major mode for editing PHP scripts
2929

3030
## インストール
3131

32-
**PHP ModeはEmacs 27.1以降で動作します**。対応バージョンの詳細は[Supported Version]をお読みください。Emacs 28以降では単に以下のコマンドを実行するだけでインストールできます
32+
**PHP ModeはEmacs 28.1以降で動作します**。対応バージョンの詳細は[Supported Version]をお読みください。Emacs 28.1以降では単に以下のコマンドを実行するだけでインストールできます
3333

3434
```
3535
M-x package-install php-mode

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Please submit any bug reports or feature requests by creating issues on [the Git
3030

3131
## Installation
3232

33-
**PHP Mode works with Emacs 27.1 or later.** For details on supported versions, see [Supported Version].
34-
On Emacs 28 or later, you can install it simply by running:
33+
**PHP Mode works with Emacs 28.1 or later.** For details on supported versions, see [Supported Version].
34+
On Emacs 28.1 or later, you can install it simply by running:
3535

3636
```
3737
M-x package-install php-mode

lisp/php-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; URL: https://github.com/emacs-php/php-mode
1111
;; Keywords: languages php
1212
;; Version: 1.28.0
13-
;; Package-Requires: ((emacs "27.1"))
13+
;; Package-Requires: ((emacs "28.1"))
1414
;; License: GPL-3.0-or-later
1515

1616
(eval-and-compile

0 commit comments

Comments
 (0)