Skip to content

Commit

Permalink
Merge pull request #397 from Lctrs/dependabot/composer/ergebnis/compo…
Browse files Browse the repository at this point in the history
…ser-normalize-2.17.0

composer(deps-dev): bump ergebnis/composer-normalize from 2.16.0 to 2.17.0
  • Loading branch information
Lctrs committed Dec 6, 2021
2 parents 493d81c + 3e4c2ae commit cf8f288
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions composer.json
@@ -1,21 +1,25 @@
{
"name": "lctrs/php-library-skeleton",
"type": "library",
"description": "Provides a GitHub repository template for a PHP library, using GitHub actions.",
"homepage": "https://github.com/Lctrs/php-library-skeleton",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Jérôme Parmentier",
"email": "jerome@prmntr.me"
}
],
"homepage": "https://github.com/Lctrs/php-library-skeleton",
"support": {
"issues": "https://github.com/Lctrs/php-library-skeleton/issues",
"source": "https://github.com/Lctrs/php-library-skeleton"
},
"require": {
"php": "^7.3.0 || >=8.0.0 <8.2.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0.0",
"ergebnis/composer-normalize": "^2.16.0",
"ergebnis/composer-normalize": "^2.17.0",
"ergebnis/license": "^1.1.0",
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan": "^0.12.99",
Expand All @@ -26,10 +30,6 @@
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.14.0"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"autoload": {
"psr-4": {
"Lctrs\\Library\\": "src/"
Expand All @@ -40,8 +40,8 @@
"Lctrs\\Library\\Test\\": "test/"
}
},
"support": {
"issues": "https://github.com/Lctrs/php-library-skeleton/issues",
"source": "https://github.com/Lctrs/php-library-skeleton"
"config": {
"preferred-install": "dist",
"sort-packages": true
}
}
18 changes: 9 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 cf8f288

Please sign in to comment.