-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEask
More file actions
27 lines (20 loc) · 739 Bytes
/
Eask
File metadata and controls
27 lines (20 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
;; -*- mode: eask; lexical-binding: t -*-
(package "php-suite"
"0.0.1"
"PHP coding integration suite")
(website-url "https://github.com/emacs-php/php-suite")
(keywords "tools" "php")
(package-file "php-suite.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source 'gnu)
(source 'melpa)
(depends-on "emacs" "24.3")
(depends-on "cl-lib" "0.5")
(depends-on "php-mode" "1.19")
(depends-on "php-runtime" "0.1.0")
(depends-on "web-mode" "16.0")
(depends-on "composer" "0.0.8")
(depends-on "phpunit" "0.16")
(depends-on "psysh" "0.0.3")
(depends-on "flycheck-phpstan" "0.2.1")
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432