PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Max Base   PHP Auto Style Fixer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Auto Style Fixer
Beautify PHP source code fixing its style
Author: By
Last change: Update of composer.json
Date: 3 years ago
Size: 665 bytes
 

Contents

Class file image Download
{ "name": "basemax/phpas", "type": "library", "description": "PHP Auto Style: A tool for format and beautify the style of PHP code with my style.", "keywords": ["Utilities","Tools","Parsers"], "homepage": "https://github.com/BaseMax/PHPAS", "license": "GPL-3.0-or-later", "authors": [ { "name": "Max Base", "email": "MaxBaseCode@Gmail.Com", "homepage": "https://BaseMax.Github.io", "role": "Developer" } ], "repositories": [ { "type": "vcs", "url": "https://github.com/BaseMax/PHPAS" } ], "require": { } }