branch: externals/phps-mode commit 895105d436f555e9b722340d33fb94f5b3555228 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated emacs version requirement and travis build --- .travis.yml | 1 - README.md | 2 +- phps-mode.el | 8 ++++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f477108..5219e9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ before_install: - evm install $EVM_EMACS --use --skip env: - - EVM_EMACS=emacs-25.1-travis - EVM_EMACS=emacs-26.1-travis - EVM_EMACS=emacs-git-snapshot-travis diff --git a/README.md b/README.md index 159685b..2f3bbd5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ An Emacs major mode for PHP scripting language which aims at making a full semantic integration. Currently at *usable* stage. -This mode does not require PHP installed on computer because it has a elisp based lexer and parser. It supports all PHP versions and Emacs >= 24. +This mode does not require PHP installed on your computer because it has a built-in elisp based lexer and parser. It supports all PHP versions and Emacs >= 26. ## Goals diff --git a/phps-mode.el b/phps-mode.el index 9d74de5..d41b57f 100644 --- a/phps-mode.el +++ b/phps-mode.el @@ -3,14 +3,14 @@ ;; Author: Christian Johansson <github.com/cjohansson> ;; Maintainer: Christian Johansson <github.com/cjohansson> ;; Created: 3 Mar 2018 -;; Modified: . -;; Version: 0.1 +;; Modified: 20 Apr 2019 +;; Version: 0.2 ;; Keywords: tools, convenience ;; URL: https://github.com/cjohansson/emacs-phps-mode -;; Package-Requires: ((emacs "24")) +;; Package-Requires: ((emacs "26")) -;; Copyright (C) 2017 Christian Johansson +;; Copyright (C) 2018-2019 Christian Johansson ;; This file is not part of GNU Emacs.