Skip to content

Commit a420276

Browse files
authored
Merge pull request #54 from PierreEkino/composer-new-analysis
Composer new analysis package
2 parents 7b8a79d + b19aaff commit a420276

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor/
22
.php_cs.cache
33
composer.lock
4+
/build/

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"ekino/phpstan-banned-code": "^0.3",
2525
"friendsofphp/php-cs-fixer": "^2.16",
26-
"localheinz/composer-normalize": "^1.3",
26+
"ergebnis/composer-normalize": "^2.6",
2727
"phpstan/phpstan-phpunit": "^0.12",
2828
"phpunit/phpunit": "^7.2",
2929
"sensiolabs/security-checker": "^5.0",

0 commit comments

Comments
 (0)