PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Michael Cummings   PHP EOL Conversion   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP EOL Conversion
Convert the end of line characters of given files
Author: By
Last change:
Date: 7 years ago
Size: 708 bytes
 

Contents

Class file image Download
{ "authors": [ { "name": "Michael Cummings", "email": "mgcummings@yahoo.com" } ], "autoload": { "psr-4": { "peol\\": ["lib/", "bin/", "tests/"] } }, "description": "Php End Of Line is a group Non-OS specific PHP commands to change line endings on text files", "homepage": "https://github.com/Dragonrun1/peol", "keywords": ["dos2unix", "unix2dos", "eol", "cli", "peol", "text", "git"], "license": "GPL-3.0+", "minimum-stability": "stable", "name": "dragonrun1/peol", "require": { "ext-date": "*", "ext-SPL": "*", "php": ">=5.3.2", "symfony/console": "~2.4" } }