Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 538d929

Browse files
authored
Merge pull request #3 from Coffreo/lvo_use_github
Use GitHub and Packagist
2 parents 24fb20f + 70c73d2 commit 538d929

20 files changed

Lines changed: 19 additions & 32 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository provides a configuration factory and multiple Coffreo rule sets
1414
Run
1515

1616
```sh
17-
$ composer require --dev coffreo-toolbox/php-cs-fixer-config
17+
$ composer require --dev coffreo/php-cs-fixer-config
1818
```
1919

2020
## Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "coffreo-toolbox/php-cs-fixer-config",
2+
"name": "coffreo/php-cs-fixer-config",
33
"description": "Provides a configuration factory and multiple Coffreo rule sets for friendsofphp/php-cs-fixer.",
44
"type": "library",
55
"license": "MIT",

package.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* This file is part of Coffreo project "coffreo-toolbox/php-cs-fixer-config"
4+
* This file is part of Coffreo project "coffreo/php-cs-fixer-config"
55
*
66
* (c) Coffreo SAS <[email protected]> - All Rights Reserved
77
*

src/HeaderHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* This file is part of Coffreo project "coffreo-toolbox/php-cs-fixer-config"
4+
* This file is part of Coffreo project "coffreo/php-cs-fixer-config"
55
*
66
* (c) Coffreo SAS <[email protected]> - All Rights Reserved
77
*

src/RuleSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* This file is part of Coffreo project "coffreo-toolbox/php-cs-fixer-config"
4+
* This file is part of Coffreo project "coffreo/php-cs-fixer-config"
55
*
66
* (c) Coffreo SAS <[email protected]> - All Rights Reserved
77
*

src/RuleSet/AbstractRuleSet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* This file is part of Coffreo project "coffreo-toolbox/php-cs-fixer-config"
4+
* This file is part of Coffreo project "coffreo/php-cs-fixer-config"
55
*
66
* (c) Coffreo SAS <[email protected]> - All Rights Reserved
77
*

src/RuleSet/Php54.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* This file is part of Coffreo project "coffreo-toolbox/php-cs-fixer-config"
4+
* This file is part of Coffreo project "coffreo/php-cs-fixer-config"
55
*
66
* (c) Coffreo SAS <[email protected]> - All Rights Reserved
77
*

src/RuleSet/Php54To56.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* This file is part of Coffreo project "coffreo-toolbox/php-cs-fixer-config"
4+
* This file is part of Coffreo project "coffreo/php-cs-fixer-config"
55
*
66
* (c) Coffreo SAS <[email protected]> - All Rights Reserved
77
*

src/RuleSet/Php56.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* This file is part of Coffreo project "coffreo-toolbox/php-cs-fixer-config"
4+
* This file is part of Coffreo project "coffreo/php-cs-fixer-config"
55
*
66
* (c) Coffreo SAS <[email protected]> - All Rights Reserved
77
*

0 commit comments

Comments
 (0)