Skip to content

Tool to convert from composer.yml to composer.json.

License

Notifications You must be signed in to change notification settings

srosato/composer-yaml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

composer-yaml

This project allows you to convert a composer.yml file into composer.json format. It will use those exact filenames of your current working directory.

Warning: If you already have a composer.json file, it will overwrite it.

Installation

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

Usage

To convert from yaml to json, run:

$ bin/composer-yaml convert

To convert from json to yaml, run:

$ bin/composer-yaml convert composer.json composer.yml

About

Tool to convert from composer.yml to composer.json.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 75.6%
  • Shell 24.4%