diff options
| author | Simeon Simeonov | 2019-02-13 13:54:17 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2019-02-13 13:54:17 +0100 |
| commit | f7c1738793643a21917c9fb895d0e91da5446325 (patch) | |
| tree | 68465ac4dff894f445e3319c152d4e5be6eeb92b /.emacs.d/lisp/php-project.el | |
| parent | d038813fd1a8c740fc0a362756263ec32b119069 (diff) | |
Update php-mode
Diffstat (limited to '.emacs.d/lisp/php-project.el')
| -rw-r--r-- | .emacs.d/lisp/php-project.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/php-project.el b/.emacs.d/lisp/php-project.el index bbcc19c..a2aa253 100644 --- a/.emacs.d/lisp/php-project.el +++ b/.emacs.d/lisp/php-project.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; php-project.el --- Project support for PHP application -*- lexical-binding: t; -*- | 1 | ;;; php-project.el --- Project support for PHP application -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018 Friends of Emacs-PHP development | 3 | ;; Copyright (C) 2018-2019 Friends of Emacs-PHP development |
| 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/emacs-php/php-mode | 7 | ;; URL: https://github.com/emacs-php/php-mode |
| 8 | ;; Version: 1.20.0 | 8 | ;; Version: 1.21.0 |
| 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 |
| 11 | 11 | ||
