Skip to content

Commit 379a852

Browse files
committed
Changed suggested and required-dev packages to new organization
1 parent 7643a89 commit 379a852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"php": ">=5.4.0"
1616
},
1717
"suggest": {
18-
"jakub-onderka/php-console-highlighter": "For colored console output"
18+
"php-parallel-lint/php-console-highlighter": "For colored console output"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "~4.5",
22-
"jakub-onderka/php-parallel-lint": "~1.0"
22+
"php-parallel-lint/php-parallel-lint": "~1.0"
2323
},
2424
"bin": ["var-dump-check"]
2525
}

0 commit comments

Comments
 (0)