Skip to content

Commit

Permalink
Changed package signature - for install with Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
grogy committed Jan 19, 2020
1 parent 81d4e57 commit aef05f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Running parallel jobs in PHP is inspired by Nette framework tests.

Just run the following command to install it:

composer require --dev jakub-onderka/php-parallel-lint
composer require --dev grogy/php-parallel-lint

For colored output also install the suggested package `jakub-onderka/php-console-highlighter`:

Expand Down Expand Up @@ -62,7 +62,7 @@ and then run this command in parallel lint folder, which creates `parallel-lint.

------

[![Downloads this Month](https://img.shields.io/packagist/dm/jakub-onderka/php-parallel-lint.svg)](https://packagist.org/packages/jakub-onderka/php-parallel-lint)
[![Downloads this Month](https://img.shields.io/packagist/dm/grogy/php-parallel-lint.svg)](https://packagist.org/packages/grogy/php-parallel-lint)
[![Build Status](https://travis-ci.org/grogy/PHP-Parallel-Lint.svg?branch=master)](https://travis-ci.org/grogy/PHP-Parallel-Lint)
[![Build status](https://ci.appveyor.com/api/projects/status/5n3qqa3r66aoghjo/branch/master?svg=true)](https://ci.appveyor.com/project/JakubOnderka/php-parallel-lint/branch/master)
[![License](https://poser.pugx.org/jakub-onderka/php-parallel-lint/license.svg)](https://packagist.org/packages/jakub-onderka/php-parallel-lint)
[![License](https://poser.pugx.org/grogy/php-parallel-lint/license.svg)](https://packagist.org/packages/grogy/php-parallel-lint)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jakub-onderka/php-parallel-lint",
"name": "grogy/php-parallel-lint",
"description": "This tool check syntax of PHP files about 20x faster than serial check.",
"homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
"homepage": "https://github.com/grogy/PHP-Parallel-Lint",
"license": "BSD-2-Clause",
"require": {
"php": ">=5.4.0",
Expand Down

0 comments on commit aef05f1

Please sign in to comment.