Skip to content

Commit 29b9aa5

Browse files
authored
Remove grumphp and set composer prefer stable (#578)
1 parent 2c6a9ce commit 29b9aa5

2 files changed

Lines changed: 5 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -451,12 +451,4 @@ PHPUnit, PHPCS, PHPSTAN, and PHPMD:
451451

452452
```console
453453
composer analyze
454-
```
455-
456-
[GrumPHP](https://github.com/phpro/grumphp) can be used to run tests and static analyzers in a pre-commit hook.
457-
458-
```console
459-
composer grumphp-init
460-
```
461-
462-
I've set grumphp to be installed globally: https://github.com/phpro/grumphp/blob/master/doc/installation/global.md
454+
```

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
},
2121
"suggest": {
2222
"cakephp/bake": "Used by SwaggerBake bake templates",
23-
"friendsofcake/search": "Required by SwaggerBake #[OpenApiSearch]",
24-
"mixerapi/mixerapi": "Streamline development of your API with MixerAPI"
23+
"friendsofcake/search": "Required by SwaggerBake #[OpenApiSearch]"
2524
},
2625
"require-dev": {
2726
"phpunit/phpunit": "^10.0",
@@ -60,9 +59,7 @@
6059
"phpstan": "phpstan analyse src/",
6160
"test": "phpunit --colors=always",
6261
"phpmd": "phpmd src/ ansi phpmd.xml",
63-
"coverage": "phpunit --coverage-html coverage-reports/",
64-
"grumphp-init": "grumphp git:init",
65-
"grumphp": "grumphp"
62+
"coverage": "phpunit --coverage-html coverage-reports/"
6663
},
6764
"support": {
6865
"issues": "https://github.com/cnizzardini/cakephp-swagger-bake/issues",
@@ -78,6 +75,7 @@
7875
"config": {
7976
"allow-plugins": {
8077
"dealerdirect/phpcodesniffer-composer-installer": true
81-
}
78+
},
79+
"prefer-stable": true
8280
}
8381
}

0 commit comments

Comments
 (0)