Skip to content

Commit f1a82cb

Browse files
committed
Composer: minor tweaks
* Add a `description`, so the `composer.json` will validate. * Remove the `version` key as recommended by Composer.
1 parent f33dbaf commit f1a82cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-parallel-lint/php-code-style",
3-
"version": "1.0",
3+
"description": "PHP_CodeSniffer rules for projects in the PHP Parallel Lint organisation",
44
"type": "library",
55
"license": "MIT",
66
"authors": [

0 commit comments

Comments
 (0)