Download the PHP package webuni/composer-yaml-plugin without Composer
On this page you can find all versions of the php package webuni/composer-yaml-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package composer-yaml-plugin
Composer YAML Plugin
This plugin allows you to convert a composer.yaml 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
composer global require webuni/composer-yaml-plugin
Usage
To convert from yaml (composer.yaml
or composer.yml
) to json (composer.json
), run:
$ composer yaml-convert
To convert from json to yaml, run:
$ composer yaml-convert composer.json
Alternatives
License
MIT License. See the LICENSE file.
All versions of composer-yaml-plugin with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5 || ^7.0
symfony/yaml Version ^2.8 || ^3.0 || ^4.0
composer-plugin-api Version ^1.0
symfony/yaml Version ^2.8 || ^3.0 || ^4.0
composer-plugin-api Version ^1.0
The package webuni/composer-yaml-plugin contains the following files
Loading the files please wait ....