-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
63 lines (63 loc) · 1.96 KB
/
composer.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "pickles2/px2-px2dthelper",
"description": "Pickles 2 用のプラグインです。Pickles 2 アプリケーション と連携させるためのAPIを提供します。",
"keywords": ["pickles2"],
"license": "MIT",
"authors": [
{
"name": "Tomoya Koyanagi",
"email": "tomk79@gmail.com"
}
],
"minimum-stability": "dev",
"scripts":{
"start": [
"@php ./tests/testData/broccoli/.px_execute.php \"/?PX=serve&S=localhost:8080\""
],
"start-pub": [
"@php ./tests/testData/broccoli/.px_execute.php \"/?PX=serve.pub&S=localhost:8081\""
],
"test": [
"@php ./vendor/phpunit/phpunit/phpunit"
],
"documentation": [
"@php ./phpDocumentor.phar --title \"pickles2/px2-px2dthelper v2.2.5 API Document\" -d \"./php/\" -t \"./docs/\""
]
} ,
"config": {
"process-timeout": 0
},
"repositories": [
],
"require": {
"php": ">=7.3.0",
"tomk79/php-excel2html": "^0.0.8||~0.1",
"michelf/php-markdown": "~1.6",
"pickles2/lib-px2-contents-editor": "~2.2",
"pickles2/lib-px2-module-editor": "~0.4",
"pickles2/lib-px2-theme-editor": "~0.2",
"broccoli-html-editor/broccoli-html-editor": "~1.0||~0.4",
"tomk79/langbank": "~0.3"
},
"require-dev": {
"broccoli-html-editor/broccoli-module-fess": "*",
"broccoli-html-editor/broccoli-module-plain-html-elements": "*",
"pickles2/px-fw-2.x": "~2.1||~2.0" ,
"pickles2/px2-blog-kit": "~0.1.0",
"pickles2/px2-sitemapexcel": "~2.2",
"pickles2/px2-multitheme": "~2.1",
"tomk79/filesystem": "~1.1",
"tomk79/px2-serve": "~0.1.3",
"phpunit/phpunit": "~9.5"
},
"autoload": {
"files": [
"php/simple_html_dom.php"
],
"psr-4": {
"tomk79\\pickles2\\px2dthelper\\": [
"php"
]
}
}
}