Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

chore(deps): update devdependencies (non-major) #317

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44 changes: 22 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "narrowspark/php-cs-fixer-config",
"type": "library",
"description": "Provides a configuration for friendsofphp/php-cs-fixer, used within Narrowspark and Anolilab.",
"license": "MIT",
"type": "library",
"keywords": [
"narrowspark",
"cs",
"cs-fixer",
"config",
"php-cs-fixer"
],
"homepage": "https://github.com/narrowspark/php-cs-fixer-config",
"license": "MIT",
"authors": [
{
"name": "Daniel Bannert",
Expand All @@ -19,6 +18,11 @@
"role": "Developer"
}
],
"homepage": "https://github.com/narrowspark/php-cs-fixer-config",
"support": {
"issues": "https://github.com/narrowspark/php-cs-fixer-config/issues",
"source": "https://github.com/narrowspark/php-cs-fixer-config"
},
"require": {
"php": "^8.0",
"ergebnis/license": "~1.1.0",
Expand All @@ -28,30 +32,23 @@
},
"require-dev": {
"ext-json": "*",
"infection/infection": "^0.21.3",
"infection/infection": "^0.26.0",
"phpstan/phpstan": "^0.12.80",
"phpstan/phpstan-deprecation-rules": "^0.12.6",
"phpstan/phpstan-mockery": "^0.12.12",
"phpstan/phpstan-phpunit": "^0.12.17",
"phpstan/phpstan-strict-rules": "^0.12.9",
"phpunit/phpunit": "^9.5.2",
"psalm/plugin-phpunit": "^0.15.1",
"rector/rector": "^0.10.6",
"rector/rector-phpunit": "^0.10.6",
"psalm/plugin-phpunit": "^0.16.0",
"rector/rector": "^0.12.0",
"rector/rector-phpunit": "^0.11.0",
"slam/phpstan-extensions": "^5.1.0",
"symplify/phpstan-rules": "^9.2",
"thecodingmachine/phpstan-strict-rules": "^0.12.1",
"vimeo/psalm": "^4.6.2"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-main": "6.3-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Narrowspark\\CS\\Config\\": "src"
Expand All @@ -62,8 +59,15 @@
"Narrowspark\\CS\\Config\\Tests\\": "tests"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-main": "6.3-dev"
}
},
"scripts": {
"coverage": [
"phpunit --dump-xdebug-filter=./.build/phpunit/.xdebug-filter.php",
Expand All @@ -78,9 +82,5 @@
"rector": "rector process --ansi --dry-run",
"rector:fix": "rector process --ansi",
"test": "phpunit"
},
"support": {
"issues": "https://github.com/narrowspark/php-cs-fixer-config/issues",
"source": "https://github.com/narrowspark/php-cs-fixer-config"
}
}