Commit 6b9856f3 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

friendsofphp/php-cs-fixer v2.14.0

Showing with 72 additions and 0 deletions
+72 -0
php-cs-fixer binary
php-cs-fixer.asc binary
\ No newline at end of file
README.md 0 → 100644
# irstea/php-cs-fixer-shim - shim repository for friendsofphp/php-cs-fixer.
This package is a drop-in replacement for [friendsofphp/php-cs-fixer](https://packagist.org/packages/friendsofphp/php-cs-fixer), which provides its PHAR archive as a binary.
It is built automatically from the official PHAR.
## Installation
composer require irstea/php-cs-fixer-shim
or:
composer require --dev irstea/php-cs-fixer-shim
## Usage
As you would use the original package, i.e. something like:
vendor/bin/php-cs-fixer [options] [arguments]
## License
This distribution retains the license of the original software: MIT
\ No newline at end of file
composer.json 0 → 100644
{
"name": "irstea/php-cs-fixer-shim",
"keywords": [
"shim"
],
"version": "v2.14.0",
"license": [
"MIT"
],
"authors": [
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"type": "application",
"bin": [
"php-cs-fixer"
],
"require": {
"php": "^5.6 || ^7.0",
"ext-json": "*",
"ext-tokenizer": "*"
},
"suggest": {
"ext-mbstring": "For handling non-UTF8 characters in cache signature."
},
"replace": {
"friendsofphp/php-cs-fixer": "self.version"
},
"description": "Shim repository for friendsofphp/php-cs-fixer",
"archive": {
"exclude": [
".git*"
]
},
"readme": "README.md"
}
\ No newline at end of file
php-cs-fixer 0 → 100755
NaN GiB (NaN%)
View file @ 6b9856f3
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
php-cs-fixer.asc 0 → 100644
NaN GiB (NaN%)
View file @ 6b9856f3
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment