dev-master
9999999-devTool to convert from composer.yml to composer.json.
MIT
The Requires
v1.0.0
1.0.0.0Tool to convert from composer.yml to composer.json.
MIT
The Requires
Wallogit.com
2017 © Pedro Peláez
Tool to convert from composer.yml to composer.json.
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., (*1)
Warning: If you already have a composer.json file, it will overwrite it., (*2)
$ curl -s http://getcomposer.org/installer | php $ php composer.phar install
$ curl -s http://box-project.org/installer.php | php $ php box.phar build
To convert from yaml to json, run:, (*3)
$ bin/composer-yaml convert
To convert from json to yaml, run:, (*4)
$ bin/composer-yaml convert composer.json composer.yml
Alternatively, you can use the phar package to execute the same command using, (*5)
$ php composer-yaml.phar [command]
Tool to convert from composer.yml to composer.json.
MIT
Tool to convert from composer.yml to composer.json.
MIT