-
Notifications
You must be signed in to change notification settings - Fork 37
/
composer.json
160 lines (160 loc) · 5.61 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "dereuromark/cakephp-sandbox",
"description": "A CakePHP Sandbox App",
"homepage": "https://sandbox.dereuromark.de/",
"authors": [
{
"name": "Mark Scherer",
"email": "[email protected]",
"homepage": "https://www.dereuromark.de",
"role": "Project Manager"
}
],
"keywords": [
"CakePHP",
"Plugin",
"Sandbox"
],
"license": "MIT",
"require": {
"php": ">=8.2",
"spryker/cakephp-statemachine": "dev-master",
"cakephp/plugin-installer": "^2.0.1",
"cakephp/cakephp": "^5.1.0",
"cakephp/bake": "^3.0.2",
"mobiledetect/mobiledetectlib": "4.*",
"dereuromark/cakephp-comments": "dev-master",
"dereuromark/cakephp-favorites": "dev-master",
"dereuromark/cakephp-translate": "dev-master",
"dereuromark/cakephp-tinyauth": "dev-master",
"dereuromark/cakephp-geo": "dev-master",
"dereuromark/cakephp-shim": "dev-master as 3.1.0",
"dereuromark/cakephp-tools": "dev-master as 3.0.0",
"dereuromark/cakephp-setup": "dev-master",
"dereuromark/cakephp-markup": "dev-master",
"dereuromark/cakephp-captcha": "dev-master",
"cakephp/migrations": "^4.0.1",
"markstory/asset_compress": "^5.0.0",
"natxet/cssmin": "dev-master",
"linkorb/jsmin-php": "dev-master",
"dereuromark/cakephp-feed": "dev-master",
"dereuromark/cakephp-ajax": "dev-master",
"dereuromark/cakephp-queue": "dev-master",
"dereuromark/cakephp-meta": "dev-master",
"friendsofcake/bootstrap-ui": "^5.0.0",
"dereuromark/cakephp-cache": "dev-master",
"symfony/filesystem": "@stable",
"icings/menu": "^5.0",
"friendsofcake/cakephp-csvview": "^5.0.0",
"friendsofcake/search": "^7.0.0",
"dereuromark/cakephp-data": "dev-master",
"dereuromark/cakephp-calendar": "dev-master",
"dereuromark/cakephp-flash": "dev-master",
"dereuromark/cakephp-databaselog": "dev-master",
"cakephp/debug_kit": "^5.0.0",
"cakephp/twig-view": "^2.0.3",
"tecnickcom/tcpdf": "^6.2",
"dompdf/dompdf": "^3.0.0",
"willdurand/geocoder": "^4.6.0",
"geocoder-php/google-maps-provider": "^4.7.1",
"burzum/cakephp-service-layer": "dev-master",
"dereuromark/cakephp-feedback": "dev-master",
"dereuromark/cakephp-tags": "dev-master",
"dereuromark/media-embed": "dev-master",
"dereuromark/cakephp-expose": "dev-master",
"dereuromark/cakephp-ratings": "dev-master",
"dereuromark/cakephp-dto": "dev-master as 2.0.0",
"dereuromark/cakephp-decimal": "dev-master",
"brick/math": "^0.12.0",
"league/commonmark": "^2.0",
"mjohnson/decoda": "^6.12",
"cakephp/localized": "^5.0.1",
"jdorn/sql-formatter": "@stable",
"dereuromark/cakephp-templating": "dev-master",
"friendsofcake/cakepdf": "^5.0",
"symfony/http-client": "^6.4 || ^7.1.8",
"dereuromark/cakephp-qrcode": "dev-master"
},
"require-dev": {
"robmorgan/phinx": "^0.16.2",
"fig-r/psr2r-sniffer": "dev-master",
"phpstan/phpstan": "^2.0.0",
"dereuromark/cakephp-ide-helper": "dev-master as 2.0.0",
"dereuromark/cakephp-ide-helper-extra": "dev-master",
"dereuromark/cakephp-test-helper": "dev-master",
"phpunit/phpunit": "^11.3",
"cakedc/cakephp-phpstan": "^4.0"
},
"autoload": {
"psr-4": {
"App\\": "src/",
"Sandbox\\": "plugins/Sandbox/src/",
"AuthSandbox\\": "plugins/AuthSandbox/src/",
"StateMachineSandbox\\": "plugins/StateMachineSandbox/src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Test\\": "tests/",
"Sandbox\\Test\\": "plugins/Sandbox/tests/",
"AuthSandbox\\Test\\": "plugins/AuthSandbox/tests/",
"StateMachineSandbox\\Test\\": "plugins/StateMachineSandbox/tests/",
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/",
"Captcha\\Test\\": "vendor/dereuromark/cakephp-captcha/tests/",
"Cake\\PHPStan\\": "vendor/cakephp/cakephp/tests/PHPStan/"
}
},
"scripts": {
"post-install-cmd": "App\\Console\\Installer::postInstall",
"migrate": [
"bin/cake migrations migrate --no-lock",
"bin/cake migrations migrate -p Captcha --no-lock",
"bin/cake migrations migrate -p Tags --no-lock",
"bin/cake migrations migrate -p Queue --no-lock",
"bin/cake migrations migrate -p Comments --no-lock",
"bin/cake migrations migrate -p Favorites --no-lock",
"bin/cake migrations migrate -p StateMachine --no-lock"
],
"assets": [
"npm i --from-lockfile",
"cp -R node_modules/* webroot/assets/",
"cp -R webroot/assets/font-awesome/fonts/* webroot/css/fonts/",
"cp -R webroot/assets/fontawesome-free/webfonts webroot/css/",
"cp -R webroot/assets/fontawesome-free/webfonts webroot/css/ccss/",
"cp -R node_modules/bootstrap-icons webroot/assets/",
"cp -R node_modules/bootstrap-icons/font/fonts webroot/css/ccss/"
],
"setup": "bin/cake generate code_completion && bin/cake generate phpstorm",
"annotate": "bin/cake annotate all && bin/cake annotate all -p Sandbox && bin/cake annotate all -p AuthSandbox && bin/cake annotate all -p StateMachineSandbox",
"dto": "bin/cake dto generate -p Sandbox",
"test": "phpunit",
"test-coverage": "phpunit --log-junit webroot/coverage/unitreport.xml --coverage-html webroot/coverage --coverage-clover webroot/coverage/coverage.xml",
"cs-check": "phpcs --extensions=php",
"cs-fix": "phpcbf --extensions=php",
"stan": "phpstan analyse",
"stan-tests": "phpstan analyse -c tests/phpstan.neon"
},
"support": {
"source": "https://github.com/dereuromark/cakephp-sandbox"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/dereuromark/cakephp-statemachine.git"
}
],
"prefer-stable": true,
"minimum-stability": "RC",
"config": {
"preferred-install": "dist",
"process-timeout": 900,
"platform": {
"php": "8.2.11"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"cakephp/plugin-installer": true,
"php-http/discovery": true
}
}
}