Skip to content

Commit 6910adb

Browse files
fix: composer normalize.
1 parent e8e1190 commit 6910adb

1 file changed

Lines changed: 21 additions & 20 deletions

File tree

composer.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,26 @@
99
"email": "pol.dellaiera@protonmail.com"
1010
}
1111
],
12+
"funding": [
13+
{
14+
"type": "github",
15+
"url": "https://github.com/drupol"
16+
}
17+
],
1218
"require": {
1319
"php": ">= 7.4",
1420
"friendsofphp/php-cs-fixer": "^3.49.0",
1521
"symfony/yaml": "^3 || ^4 || ^5 || ^6 || ^7"
1622
},
23+
"require-dev": {
24+
"ext-pcov": "*",
25+
"ergebnis/composer-normalize": "^2.31.0",
26+
"friends-of-phpspec/phpspec-code-coverage": "^6",
27+
"maglnet/composer-require-checker": "^4.4.0",
28+
"php-parallel-lint/php-parallel-lint": "^1.3",
29+
"phpro/grumphp": "^1.0 || ^2.0",
30+
"phpspec/phpspec": "^7"
31+
},
1732
"autoload": {
1833
"psr-4": {
1934
"drupol\\PhpCsFixerConfigsPhp\\": "./src/"
@@ -25,29 +40,15 @@
2540
}
2641
},
2742
"config": {
28-
"sort-packages": true,
2943
"allow-plugins": {
44+
"ergebnis/composer-normalize": true,
3045
"phpro/grumphp": true
31-
}
32-
},
33-
"require-dev": {
34-
"ext-pcov": "*",
35-
"ergebnis/composer-normalize": "^2.31.0",
36-
"friends-of-phpspec/phpspec-code-coverage": "^6",
37-
"maglnet/composer-require-checker": "^4.4.0",
38-
"php-parallel-lint/php-parallel-lint": "^1.3",
39-
"phpro/grumphp": "^1.0 || ^2.0",
40-
"phpspec/phpspec": "^7"
46+
},
47+
"sort-packages": true
4148
},
4249
"scripts": {
43-
"grumphp": "./vendor/bin/grumphp run",
4450
"changelog-unreleased": "auto-changelog -c .auto-changelog -u",
45-
"changelog-version": "auto-changelog -c .auto-changelog -v"
46-
},
47-
"funding": [
48-
{
49-
"type": "github",
50-
"url": "https://github.com/drupol"
51-
}
52-
]
51+
"changelog-version": "auto-changelog -c .auto-changelog -v",
52+
"grumphp": "./vendor/bin/grumphp run"
53+
}
5354
}

0 commit comments

Comments
 (0)