|
46 | 46 | "MixerApi\\Bake\\": "plugins/bake/src/", |
47 | 47 | "MixerApi\\CollectionView\\": "plugins/collection-view/src/", |
48 | 48 | "MixerApi\\Core\\": "plugins/core/src/", |
| 49 | + "MixerApi\\Crud\\": "plugins/crud/src/", |
49 | 50 | "MixerApi\\ExceptionRender\\": "plugins/exception-render/src/", |
50 | 51 | "MixerApi\\HalView\\": "plugins/hal-view/src/", |
51 | 52 | "MixerApi\\JsonLdView\\": "plugins/json-ld-view/src/", |
|
62 | 63 | "MixerApi\\CollectionView\\Test\\App\\": "plugins/collection-view/tests/test_app/src/", |
63 | 64 | "MixerApi\\Core\\Test\\": "plugins/core/tests/", |
64 | 65 | "MixerApi\\Core\\Test\\App\\": "plugins/core/tests/test_app/src/", |
| 66 | + "MixerApi\\Crud\\Test\\": "plugins/crud/tests/", |
| 67 | + "MixerApi\\Crud\\Test\\App\\": "plugins/crud/tests/test_app/src/", |
65 | 68 | "MixerApi\\ExceptionRender\\Test\\": "plugins/exception-render/tests/", |
66 | 69 | "MixerApi\\ExceptionRender\\Test\\App\\": "plugins/exception-render/tests/test_app/src/", |
67 | 70 | "MixerApi\\HalView\\Test\\": "plugins/hal-view/tests/", |
|
83 | 86 | "@phpmd" |
84 | 87 | ], |
85 | 88 | "test": "phpunit --colors=always", |
86 | | - "phpcs": "phpcs --colors -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP plugins/*/src", |
| 89 | + "phpcs": "phpcs --colors -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP plugins/*/src", |
87 | 90 | "phpcbf": "phpcbf --colors -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP plugins/*/src", |
88 | 91 | "phpstan": "phpstan analyse plugins/*/src", |
89 | 92 | "phpmd": "phpmd plugins --exclude tests,assets,config ansi phpmd.xml", |
90 | 93 | "coverage": "phpunit --coverage-html coverage-reports/", |
91 | 94 | "mkdocs-run": "docker run --rm -it --network=host -v ${PWD}:/docs --user $(id -u):$(id -g) systematical/mixerapidocs:latest", |
92 | 95 | "mkdocs-build": [ |
93 | | - "docker pull systematical/mixerapidocs:latest", |
94 | | - "git pull", |
95 | | - "docker run --rm --network=host -v ${PWD}:/docs --user $(id -u):$(id -g) systematical/mixerapidocs:latest mkdocs build" |
| 96 | + "docker pull systematical/mixerapidocs:latest", |
| 97 | + "git pull", |
| 98 | + "docker run --rm --network=host -v ${PWD}:/docs --user $(id -u):$(id -g) systematical/mixerapidocs:latest mkdocs build" |
96 | 99 | ] |
97 | 100 | }, |
98 | 101 | "prefer-stable": true, |
|
0 commit comments