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

chore(deps): update dependency friendsofphp/php-cs-fixer to v2.19.3 #4

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "narrowspark/automatic-versions",
"type": "library",
"description": "List generator for split packages.",
"license": "MIT",
"type": "library",
"keywords": [
"narrowspark"
],
"homepage": "http://github.com/narrowspark/automatic-versions",
"license": "MIT",
"authors": [
{
"name": "Daniel Bannert",
Expand All @@ -15,6 +14,11 @@
"role": "Developer"
}
],
"homepage": "http://github.com/narrowspark/automatic-versions",
"support": {
"issues": "https://github.com/narrowspark/automatic-versions/issues",
"source": "https://github.com/narrowspark/automatic-versions"
},
"require": {
"php": "^8.0",
"ext-json": "*",
Expand All @@ -28,22 +32,15 @@
"thecodingmachine/safe": "^1.1.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.18.4",
"friendsofphp/php-cs-fixer": "2.19.3",
"mockery/mockery": "^1.4.3",
"narrowspark/coding-standard": "^5.3.2",
"phpstan/phpstan-mockery": "^0.12.13",
"phpunit/phpunit": "^9.5.2",
"thecodingmachine/phpstan-safe-rule": "^1.0.1"
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-main": "1.0-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Narrowspark\\Automatic\\Versions\\": "src/"
Expand All @@ -58,8 +55,15 @@
"Narrowspark\\Automatic\\Versions\\Tests\\Unit\\": "tests/Unit"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-main": "1.0-dev"
}
},
"scripts": {
"cs": "php-cs-fixer fix --config=\"./.php_cs\" --ansi",
"cs:check": "php-cs-fixer fix --config=\"./.php_cs\" --ansi --dry-run",
Expand All @@ -75,9 +79,5 @@
"test": "phpunit",
"test:coverage": "phpunit --coverage-html=./.build/phpunit/coverage",
"update:versions": "php ./bin/versions.php"
},
"support": {
"issues": "https://github.com/narrowspark/automatic-versions/issues",
"source": "https://github.com/narrowspark/automatic-versions"
}
}