Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

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

composer(deps-dev): bump ergebnis/composer-normalize from 2.15.0 to 2.19.0
  • Loading branch information
localheinz committed Jan 3, 2022
2 parents e6619a6 + cac6ea1 commit e3b86b7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 42 deletions.
36 changes: 18 additions & 18 deletions composer.json
@@ -1,28 +1,32 @@
{
"name": "ergebnis/test-util",
"type": "library",
"description": "Provides a helper trait and generic data providers for tests.",
"license": "MIT",
"type": "library",
"keywords": [
"assertion",
"faker",
"phpunit",
"test"
],
"homepage": "https://github.com/ergebnis/test-util",
"license": "MIT",
"authors": [
{
"name": "Andreas Möller",
"email": "am@localheinz.com"
}
],
"homepage": "https://github.com/ergebnis/test-util",
"support": {
"issues": "https://github.com/ergebnis/test-util/issues",
"source": "https://github.com/ergebnis/test-util"
},
"require": {
"php": "^7.2 || ^8.0",
"ergebnis/classy": "^1.2.0",
"fakerphp/faker": "^1.17.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.15.0",
"ergebnis/composer-normalize": "^2.19.0",
"ergebnis/license": "^1.1.0",
"ergebnis/php-cs-fixer-config": "^2.14.0",
"ergebnis/phpstan-rules": "~0.15.3",
Expand All @@ -36,6 +40,16 @@
"psalm/plugin-phpunit": "~0.16.1",
"vimeo/psalm": "^4.17.0"
},
"autoload": {
"psr-4": {
"Ergebnis\\Test\\Util\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ergebnis\\Test\\Util\\Test\\": "test/"
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
Expand All @@ -53,19 +67,5 @@
"indent-size": 2,
"indent-style": "space"
}
},
"autoload": {
"psr-4": {
"Ergebnis\\Test\\Util\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Ergebnis\\Test\\Util\\Test\\": "test/"
}
},
"support": {
"issues": "https://github.com/ergebnis/test-util/issues",
"source": "https://github.com/ergebnis/test-util"
}
}
39 changes: 15 additions & 24 deletions composer.lock

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

0 comments on commit e3b86b7

Please sign in to comment.