-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
58 lines (58 loc) · 1.62 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
{
"name": "pickles2/px2-paprika",
"description": "Publishing Lightweight Web Application with \"Pickles 2\".",
"keywords": ["pickles2"],
"license": "MIT",
"scripts":{
"start": [
"@php ./tests/testdata/standard/.px_execute.php \"/?PX=admin.serve&S=localhost:8080\""
],
"start-pub": [
"@php ./tests/testdata/standard/.px_execute.php \"/?PX=admin.serve.pub&S=localhost:8081\""
],
"test": [
"@php ./vendor/phpunit/phpunit/phpunit"
],
"documentation": [
"@php ./phpDocumentor.phar --title \"Paprika Framework 0.7.0 API Document\" -d \"./php/\" -t \"./docs/\""
]
} ,
"authors": [
{
"name": "Tomoya Koyanagi",
"email": "tomk79@gmail.com"
}
],
"config": {
"process-timeout": 0
},
"minimum-stability": "dev",
"repositories": [
],
"require": {
"php": ">=7.3.0",
"tomk79/request": "~1.0",
"tomk79/filesystem": "~1.0"
},
"require-dev": {
"jms/serializer": "<1.8",
"pickles2/px-fw-2.x": "~2.0",
"pickles2/px2-clover": "~0.3",
"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",
"pickles2/px2-publish-ex": "~2.0",
"pickles2/px2style": "~3.0",
"phpunit/phpunit": "~9.5",
"vlucas/phpdotenv": "~5.4.0"
},
"autoload": {
"psr-4": {
"picklesFramework2\\paprikaFramework\\": [
"php"
]
}
}
}