Skip to content

Commit

Permalink
Merge pull request #523 from ergebnis/dependabot/composer/ergebnis/co…
Browse files Browse the repository at this point in the history
…mposer-normalize-2.17.0

composer(deps-dev): bump ergebnis/composer-normalize from 2.16.0 to 2.17.0
  • Loading branch information
localheinz committed Dec 6, 2021
2 parents 3f60037 + e4a9c20 commit e087f1c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,43 @@
{
"name": "ergebnis/php-cs-fixer-config",
"type": "library",
"description": "Provides a configuration factory and multiple rule sets for friendsofphp/php-cs-fixer.",
"homepage": "https://github.com/ergebnis/php-cs-fixer-config",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Andreas Möller",
"email": "am@localheinz.com"
}
],
"homepage": "https://github.com/ergebnis/php-cs-fixer-config",
"support": {
"issues": "https://github.com/ergebnis/php-cs-fixer-config/issues",
"source": "https://github.com/ergebnis/php-cs-fixer-config"
},
"require": {
"php": "^7.3 || ^8.0",
"ext-filter": "*",
"friendsofphp/php-cs-fixer": "~3.3.2"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.16.0",
"ergebnis/composer-normalize": "^2.17.0",
"ergebnis/license": "^1.1.0",
"ergebnis/test-util": "^1.5.0",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "~0.16.1",
"symfony/filesystem": "^4.4.0 || ^5.0.0",
"vimeo/psalm": "^4.14.0"
},
"autoload": {
"psr-4": {
"Ergebnis\\PhpCsFixer\\Config\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Ergebnis\\PhpCsFixer\\Config\\Test\\": "test"
}
},
"config": {
"platform": {
"php": "7.3.28"
Expand All @@ -36,19 +50,5 @@
"indent-size": 2,
"indent-style": "space"
}
},
"autoload": {
"psr-4": {
"Ergebnis\\PhpCsFixer\\Config\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Ergebnis\\PhpCsFixer\\Config\\Test\\": "test"
}
},
"support": {
"issues": "https://github.com/ergebnis/php-cs-fixer-config/issues",
"source": "https://github.com/ergebnis/php-cs-fixer-config"
}
}
22 changes: 13 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e087f1c

Please sign in to comment.