summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/php-project.el
diff options
context:
space:
mode:
authorSimeon Simeonov2018-09-10 12:06:30 +0200
committerSimeon Simeonov2018-09-10 12:06:30 +0200
commit31bc48e244a9aacf817e6009c5789ae55849022d (patch)
treeecc3056cba647cc4f69794a4f0f8988bfc0d59a8 /.emacs.d/lisp/php-project.el
parent29bc99dc3db54cf0ee90f52b99c43da74740113e (diff)
Upgrade php-mode
Diffstat (limited to '.emacs.d/lisp/php-project.el')
-rw-r--r--.emacs.d/lisp/php-project.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/php-project.el b/.emacs.d/lisp/php-project.el
index 53275b9..2f4d571 100644
--- a/.emacs.d/lisp/php-project.el
+++ b/.emacs.d/lisp/php-project.el
@@ -4,7 +4,7 @@
4 4
5;; Author: USAMI Kenta <tadsan@zonu.me> 5;; Author: USAMI Kenta <tadsan@zonu.me>
6;; Keywords: tools, files 6;; Keywords: tools, files
7;; URL: https://github.com/ejmr/php-mode 7;; URL: https://github.com/emacs-php/php-mode
8;; Version: 1.19.1 8;; Version: 1.19.1
9;; Package-Requires: ((emacs "24.3") (cl-lib "0.5")) 9;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
10;; License: GPL-3.0-or-later 10;; License: GPL-3.0-or-later