Skip to content

Commit

Permalink
chore: Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Apr 21, 2021
1 parent a44d878 commit 6bbe607
Showing 1 changed file with 31 additions and 11 deletions.
42 changes: 31 additions & 11 deletions composer.json
@@ -1,29 +1,39 @@
{
"name": "drupol/php-conventions",
"description": "PHP conventions based on Grumphp tasks.",
"description": "PHP conventions based on GrumPHP.",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Pol Dellaiera",
"email": "pol.dellaiera@protonmail.com"
"email": "pol.dellaiera@protonmail.com",
"homepage": "https://not-a-number.io",
"role": "author"
}
],
"require": {
"php": "^7.3 || ^7.4 || ^8",
"drupol/phpcsfixer-configs-php": "^1.0.32",
"ergebnis/composer-normalize": "^2.13.2",
"php": ">= 7.4",
"drupol/phpcsfixer-configs-php": "^1.0.34",
"ergebnis/composer-normalize": "^2.13.3",
"friendsoftwig/twigcs": "^5",
"php-parallel-lint/php-parallel-lint": "^1.2.0",
"loophp/grumphp-license-task": "dev-master",
"maglnet/composer-require-checker": "^3.2",
"php-parallel-lint/php-parallel-lint": "^1.3.0",
"phpro/grumphp": "1.3.*",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.74",
"phpstan/phpstan": "^0.12.84",
"phpstan/phpstan-deprecation-rules": "^0.12",
"squizlabs/php_codesniffer": "^3.5.8",
"symfony/yaml": "^3 || ^4 || ^5"
"squizlabs/php_codesniffer": "^3.6",
"symfony/yaml": "^4 || ^5",
"vimeo/psalm": "^4.7"
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"changelog-unreleased": "docker-compose run auto_changelog -c .auto-changelog -u",
"changelog-version": "docker-compose run auto_changelog -c .auto-changelog -v"
},
"suggest": {
"friendsoftwig/twigcs": "Checkstyle automation for Twig",
"phpstan/phpstan-strict-rules": "PHPStan rules providing extra strict and opinionated code style."
},
"autoload": {
Expand All @@ -33,5 +43,15 @@
},
"config": {
"sort-packages": true
}
},
"funding": [
{
"type": "github",
"url": "https://github.com/drupol"
},
{
"type": "paypal",
"url": "https://www.paypal.me/drupol"
}
]
}

0 comments on commit 6bbe607

Please sign in to comment.