Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
((emacs-lisp-mode (package-lint-main-file . "php-mode.el")))
10 changes: 6 additions & 4 deletions Cask
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
(package "php-mode" "1.23.0" "Major mode for editing PHP code")
(source melpa)

(package-file "php.el")
(package-file "php-face.el")
(package-file "php-mode.el")
(package-file "php-project.el")
(package-file "php-mode-debug.el")

(files
"php.el"
"php-face.el"
"php-project.el"
"php-mode-debug.el")

(development
(depends-on "pkg-info")
Expand Down
1 change: 0 additions & 1 deletion lisp/php-local-manual.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
;; URL: https://github.com/emacs-php/php-mode
;; Keywords: docs, php
;; Version: 2.0.0
;; Package-Requires: ((emacs "25.2"))
;; License: GPL-3.0-or-later

;; This program is free software; you can redistribute it and/or modify
Expand Down
1 change: 0 additions & 1 deletion php-align.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
;; Keywords: php languages convenience align
;; Homepage: https://github.com/emacs-php/php-mode
;; Version: 1.23.0
;; Package-Requires: ((emacs "24.3"))
;; License: GPL-3.0-or-later

;; This program is free software; you can redistribute it and/or modify
Expand Down
1 change: 0 additions & 1 deletion php-face.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
;; Version: 1.23.0
;; Keywords: faces, php
;; Homepage: https://github.com/emacs-php/php-mode
;; Package-Requires: ((emacs "24.3"))
;; License: GPL-3.0-or-later

;; This program is free software; you can redistribute it and/or modify
Expand Down
1 change: 0 additions & 1 deletion php-mode-debug.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
;; URL: https://github.com/emacs-php/php-mode
;; Keywords: maint
;; Version: 1.23.0
;; Package-Requires: ((emacs "24.3"))
;; License: GPL-3.0-or-later

;; This program is free software; you can redistribute it and/or modify
Expand Down
1 change: 0 additions & 1 deletion php-project.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
;; Keywords: tools, files
;; URL: https://github.com/emacs-php/php-mode
;; Version: 1.23.0
;; Package-Requires: ((emacs "24.3"))
;; License: GPL-3.0-or-later

;; This program is free software; you can redistribute it and/or modify
Expand Down
1 change: 0 additions & 1 deletion php.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
;; Version: 1.23.0
;; Keywords: languages, php
;; Homepage: https://github.com/emacs-php/php-mode
;; Package-Requires: ((emacs "24.3"))
;; License: GPL-3.0-or-later

;; This program is free software; you can redistribute it and/or modify
Expand Down
1 change: 1 addition & 0 deletions tests/.dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
((emacs-lisp-mode (package-lint-main-file . "../php-mode.el")))