Skip to content

Commit

Permalink
Merge pull request #510 from lcobucci/7.1.x-merge-up-into-7.2.x_RgT4Fg51
Browse files Browse the repository at this point in the history
Merge release 7.1.1 into 7.2.x
  • Loading branch information
lcobucci authored Apr 3, 2023
2 parents f260e88 + aaefab9 commit 4e9ec1f
Show file tree
Hide file tree
Showing 13 changed files with 700 additions and 835 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ infection:

.PHONY: phpcbf
phpcbf:
@vendor/bin/phpcbf --parallel=$(PARALLELISM)
@vendor/bin/phpcbf --parallel=$(PARALLELISM) || true

.PHONY: phpcs
phpcs:
Expand Down
8 changes: 0 additions & 8 deletions composer-unused.php

This file was deleted.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": true,
"phpstan/extension-installer": true,
"infection/extension-installer": true
"ocramius/package-versions": true
},
"preferred-install": "dist",
"sort-packages": true
Expand Down
Loading

0 comments on commit 4e9ec1f

Please sign in to comment.