Skip to content

Commit ae0325f

Browse files
Normalized composer.json according to workflow
1 parent d93ac2a commit ae0325f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "mollie/php-coding-standards",
3-
"type": "library",
43
"description": "Contains PHP coding standards like rules for PHP-CS-Fixer that serves for purpose of standardization.",
54
"license": "BSD-2-Clause",
5+
"type": "library",
66
"authors": [
77
{
88
"name": "Mollie B.V.",
@@ -13,10 +13,10 @@
1313
"php": "^7.1.3 || ^8.0",
1414
"friendsofphp/php-cs-fixer": "^3.1.0"
1515
},
16+
"minimum-stability": "stable",
1617
"autoload": {
1718
"psr-4": {
1819
"Mollie\\PhpCodingStandards\\": "src/"
1920
}
20-
},
21-
"minimum-stability": "stable"
21+
}
2222
}

0 commit comments

Comments
 (0)