-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
64 lines (64 loc) · 1.83 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
64
{
"name": "pickles2/lib-px2-contents-editor",
"description": "Pickles 2 contents editor library.",
"keywords": ["pickles2"],
"license": "MIT",
"authors": [
{
"name": "Tomoya Koyanagi",
"email": "tomk79@gmail.com"
}
],
"scripts":{
"start": [
"@php ./tests/htdocs/.px_execute.php \"/?PX=serve&S=localhost:8080\""
],
"start-pub": [
"@php ./tests/htdocs/.px_execute.php \"/?PX=serve.pub&S=localhost:8081\""
],
"start-no-px2": [
"php tests/app/php_test_server/start.php"
],
"preview": [
"open http://127.0.0.1:8088/tests/app/client_php/"
],
"test": [
"php ./vendor/phpunit/phpunit/phpunit"
]
} ,
"config": {
"process-timeout": 0
},
"minimum-stability": "dev",
"repositories": [
],
"require": {
"php": ">=7.3.0",
"broccoli-html-editor/broccoli-html-editor": "~1.0",
"broccoli-html-editor/broccoli-field-table": "~0.3",
"tomk79/langbank": "~0.3"
},
"require-dev": {
"pickles2/px-fw-2.x": "~2.0",
"broccoli-html-editor/broccoli-module-fess": "*",
"broccoli-html-editor/broccoli-module-plain-html-elements": "*",
"pickles2/px2-clover": "~0.2",
"pickles2/px2-dec": "~2.0",
"pickles2/px2-multitheme": "~2.0",
"pickles2/px2-path-resolver": "~2.0",
"pickles2/px2-px2dthelper": "~2.0",
"pickles2/px2-remove-attr": "~2.0",
"pickles2/px2-sitemapexcel": "~2.0||~2.1",
"tomk79/broccoli-module-lp": "~0.1",
"tomk79/px2-serve": "~0.1.3",
"phpunit/phpunit": "~9.5",
"vlucas/phpdotenv": "~5.4.0"
},
"autoload": {
"psr-4": {
"pickles2\\libs\\contentsEditor\\": [
"php"
]
}
}
}