File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- (package " php-mode" " 1.18.4 " " Major mode for editing PHP code" )
1
+ (package " php-mode" " 1.18.9 " " Major mode for editing PHP code" )
2
2
(source melpa )
3
3
4
4
(package-file " php-mode.el" )
Original file line number Diff line number Diff line change 8
8
; ; Maintainer: USAMI Kenta <[email protected] >
9
9
; ; URL: https://github.com/ejmr/php-mode
10
10
; ; Keywords: languages php
11
- ; ; Version: 1.18.4
11
+ ; ; Version: 1.19.0
12
12
; ; Package-Requires: ((emacs "24") (cl-lib "0.5"))
13
13
; ; License: GPL-3.0-or-later
14
14
15
- (defconst php-mode-version-number " 1.18.4 "
15
+ (defconst php-mode-version-number " 1.19.0 "
16
16
" PHP Mode version number." )
17
17
18
- (defconst php-mode-modified " 2018-01-30 "
18
+ (defconst php-mode-modified " 2018-03-05 "
19
19
" PHP Mode build date." )
20
20
21
21
; ; This file is free software; you can redistribute it and/or
Original file line number Diff line number Diff line change 5
5
; ; Author: USAMI Kenta <[email protected] >
6
6
; ; Keywords: tools, files
7
7
; ; URL: https://github.com/ejmr/php-mode
8
- ; ; Version: 1.18.4
8
+ ; ; Version: 1.19.0
9
9
; ; Package-Requires: ((emacs "24") (cl-lib "0.5"))
10
10
; ; License: GPL-3.0-or-later
11
11
You can’t perform that action at this time.
0 commit comments