FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
search.cakephp.org/composer.json at master · cakephp/search.cakephp.org · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cakephp
/
search.cakephp.org
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
8
Code
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
search.cakephp.org
/
composer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
65 lines (65 loc) · 2.04 KB
Breadcrumbs
search.cakephp.org
/
composer.json
Copy path
File metadata and controls
65 lines (65 loc) · 2.04 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
cakephp/docs_search
"
,
"description"
:
"
Application to power search on book.cakephp.org
"
,
"homepage"
:
"
https://book.cakephp.org
"
,
"type"
:
"
project
"
,
"license"
:
"
MIT
"
,
"require"
: {
"php"
:
"
>=8.1
"
,
"ext-curl"
:
"
*
"
,
"ext-intl"
:
"
*
"
,
"ext-json"
:
"
*
"
,
"cakephp/cakephp"
:
"
~4.5.0
"
,
"cakephp/plugin-installer"
:
"
^1.3
"
,
"cakephp/elastic-search"
:
"
~3.3.0
"
,
"netgen/query-translator"
:
"
^1.1
"
,
"phpunit/phpunit"
:
"
^8.5
"
},
"require-dev"
: {
"cakephp/debug_kit"
:
"
^4.7
"
,
"cakephp/bake"
:
"
^2.0
"
,
"cakephp/cakephp-codesniffer"
:
"
^4.5
"
},
"autoload"
: {
"psr-4"
: {
"App
\\
"
:
"
src
"
}
},
"autoload-dev"
: {
"psr-4"
: {
"App
\\
Test
\\
"
:
"
tests
"
,
"Cake
\\
Test
\\
"
:
"
./vendor/cakephp/cakephp/tests
"
}
},
"scripts"
: {
"check"
: [
"
@cs-check -- -p
"
,
"
@test
"
],
"cs-check"
:
"
phpcs --parallel=16 ./src ./tests
"
,
"cs-fix"
:
"
phpcbf --parallel=16 -p ./src ./tests
"
,
"test"
:
"
phpunit
"
,
"test-coverage"
:
"
phpunit --coverage-clover=coverage.xml
"
,
"stan-setup"
:
"
cp composer.json composer.backup && composer require --dev
\"
phpstan/phpstan:^1.0
\"
\"
psalm/phar:^4.0
\"
&& mv composer.backup composer.json
"
,
"stan"
: [
"
@phpstan-src
"
,
"
@phpstan-tests
"
,
"
@psalm
"
],
"phpstan"
: [
"
@phpstan-src
"
,
"
@phpstan-tests
"
],
"phpstan-src"
:
"
php ./vendor/phpstan/phpstan/phpstan.phar analyse -l 8 -c ./phpstan.src.neon ./src
"
,
"phpstan-tests"
:
"
php ./vendor/phpstan/phpstan/phpstan.phar analyse -l 8 -c ./phpstan.tests.neon ./tests
"
,
"psalm"
:
"
php ./vendor/psalm/phar/psalm.phar
"
},
"minimum-stability"
:
"
stable
"
,
"prefer-stable"
:
true
,
"config"
: {
"allow-plugins"
: {
"cakephp/plugin-installer"
:
true
,
"dealerdirect/phpcodesniffer-composer-installer"
:
true
}
}
}
Back
|
FazBrowse Home
|
New Git URL