We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93ac2a commit ae0325fCopy full SHA for ae0325f
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "mollie/php-coding-standards",
3
- "type": "library",
4
"description": "Contains PHP coding standards like rules for PHP-CS-Fixer that serves for purpose of standardization.",
5
"license": "BSD-2-Clause",
+ "type": "library",
6
"authors": [
7
8
"name": "Mollie B.V.",
@@ -13,10 +13,10 @@
13
"php": "^7.1.3 || ^8.0",
14
"friendsofphp/php-cs-fixer": "^3.1.0"
15
},
16
+ "minimum-stability": "stable",
17
"autoload": {
18
"psr-4": {
19
"Mollie\\PhpCodingStandards\\": "src/"
20
}
- },
21
- "minimum-stability": "stable"
+ }
22
0 commit comments