[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/php-mode 2714393979 14/15: Make PHP Mode requires Emacs 26
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/php-mode 2714393979 14/15: Make PHP Mode requires Emacs 26.1+ |
Date: |
Sat, 18 Mar 2023 18:01:28 -0400 (EDT) |
branch: elpa/php-mode
commit 271439397990da38c045a99cadafc13ddfa7b9eb
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>
Make PHP Mode requires Emacs 26.1+
---
.github/workflows/test.yml | 3 ---
README.ja.md | 2 +-
README.md | 2 +-
lisp/php-mode.el | 2 +-
4 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e9467d278d..b6eed3957a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,10 +13,7 @@ jobs:
strategy:
matrix:
emacs_version:
- - "25.2"
- - "25.3"
- "26.1"
- - "26.2"
- "26.3"
- "27.1"
- "27.2"
diff --git a/README.ja.md b/README.ja.md
index b97f06b895..65e31d7f6b 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -18,7 +18,7 @@ A powerful and flexible Emacs major mode for editing PHP
scripts
インストール
------------
-**PHP ModeはEmacs 25.2以降で動作します**。古いバージョンのEmacsでも動作するかもしれませんが、保証外です。
古いバージョンのEmacsのPHPモードを使用することによる問題のバグ報告は積極的に対応しません。現在のサポートポリシーは[Supported
Version]のページをご覧ください。
+**PHP ModeはEmacs 26.1以降で動作します**。古いバージョンのEmacsでも動作するかもしれませんが、保証外です。
古いバージョンのEmacsのPHPモードを使用することによる問題のバグ報告は積極的に対応しません。現在のサポートポリシーは[Supported
Version]のページをご覧ください。
### **(推奨)** NonGNU ELPAからのインストール
diff --git a/README.md b/README.md
index 8b94717af6..9527810cb5 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Please submit any bug reports or feature requests by creating
issues on [the Git
Installation
------------
-**PHP Mode works on Emacs 25.2 or later.** PHP Mode may work with older
versions of Emacs but this is not guaranteed. Bug reports for problems related
to using PHP Mode with older versions of Emacs will most like *not* be
addressed.
+**PHP Mode works on Emacs 26.1 or later.** PHP Mode may work with older
versions of Emacs but this is not guaranteed. Bug reports for problems related
to using PHP Mode with older versions of Emacs will most like *not* be
addressed.
The current support policy can be found on the [Supported Version] page.
diff --git a/lisp/php-mode.el b/lisp/php-mode.el
index 626904895d..dc854675d4 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.24.3
-;; Package-Requires: ((emacs "25.2"))
+;; Package-Requires: ((emacs "26.1"))
;; License: GPL-3.0-or-later
(eval-and-compile
- [nongnu] elpa/php-mode bb5bec31ee 04/15: Add php-ide.el, (continued)
- [nongnu] elpa/php-mode bb5bec31ee 04/15: Add php-ide.el, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode a01bb220bf 09/15: Add php-ide-eglot-server-program command, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode 5d3e9462a2 01/15: Fix doc comment, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode 91cd91a107 07/15: Remove php-eglot.el, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode 67d818928a 02/15: Add php-ide-phpactor.el, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode e45fa0766f 05/15: Add lsp-bridge, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode acde9abad2 03/15: Add php-eglot.el, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode c601f75fb9 13/15: Merge pull request #734 from emacs-php/release/v1.24.3, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode 6d4ca45093 06/15: Add php-ide-mode-hooks, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode ece3dd51ce 10/15: Add php-ide-mode-functions instead of php-ide-mode-hooks, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode 2714393979 14/15: Make PHP Mode requires Emacs 26.1+,
ELPA Syncer <=
- [nongnu] elpa/php-mode 47e0813079 15/15: Merge pull request #736 from emacs-php/drop/emacs-25, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode bed4d8ced3 12/15: Bump up version 1.24.3, ELPA Syncer, 2023/03/18
- [nongnu] elpa/php-mode c68e18c06b 11/15: Merge pull request #709 from emacs-php/feature/php-ide, ELPA Syncer, 2023/03/18