|
3 | 3 | "description": "The missing RESTful API component to CakePHP's bake console. Create RESTful API skeletions in seconds.", |
4 | 4 | "type": "cakephp-plugin", |
5 | 5 | "license": "MIT", |
6 | | - "keywords": ["cakephp rest","cakephp4 rest","cakephp rest bake","cakephp api bake"], |
| 6 | + "keywords": ["cakephp rest","cakephp4 rest","cakephp rest bake"], |
7 | 7 | "require": { |
8 | 8 | "php": ">=7.2", |
9 | 9 | "cakephp/cakephp": "^4.0", |
10 | 10 | "nikic/php-parser": "^4.8", |
11 | 11 | "thecodingmachine/class-explorer": "^1.1" |
12 | 12 | }, |
13 | | - "require-dev": { |
14 | | - "phpunit/phpunit": "^8.0", |
15 | | - "cakephp/cakephp-codesniffer": "^4.2", |
16 | | - "phpstan/phpstan": "^0.12.32", |
17 | | - "phpmd/phpmd": "^2.8" |
18 | | - |
19 | | - }, |
20 | 13 | "autoload": { |
21 | 14 | "psr-4": { |
22 | 15 | "MixerApi\\Rest\\": "src/" |
|
29 | 22 | "MixerApi\\Rest\\Test\\MyPlugin\\": "tests/plugins/MyPlugin/" |
30 | 23 | } |
31 | 24 | }, |
32 | | - "scripts": { |
33 | | - "check": [ |
34 | | - "@test", |
35 | | - "@cs-check", |
36 | | - "@stan", |
37 | | - "@md" |
38 | | - ], |
39 | | - "cs-check": "phpcs --colors -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/", |
40 | | - "cs-fix": "phpcbf --colors --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/", |
41 | | - "stan": "phpstan analyse src/", |
42 | | - "test": "phpunit --colors=always", |
43 | | - "md": "phpmd src/ ansi phpmd.xml", |
44 | | - "coverage": "phpunit --coverage-html coverage-reports/" |
45 | | - }, |
46 | 25 | "support": { |
47 | | - "issues": "https://github.com/mixerapi/cakephp-rest-baker/issues", |
48 | | - "source": "https://github.com/mixerapi/cakephp-rest-baker" |
| 26 | + "issues": "https://github.com/mixerapi/mixerapi-dev/issues", |
| 27 | + "source": "https://github.com/mixerapi/rest" |
49 | 28 | }, |
50 | 29 | "authors": [ |
51 | 30 | { |
|
0 commit comments