sandfoxme / composer-yaml
YAML support plugin for composer
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >= 5.5
- composer-plugin-api: ^1.1
- symfony/yaml: ^2|^3|^4
Requires (Dev)
- composer/composer: ~1.8
Suggests
- ext-yaml: For standards compliant YAML parsing
This package is auto-updated.
Last update: 2020-07-17 00:44:56 UTC
README
The project is abandoned due to lack of interest
(Almost) real support for yaml in Composer for your local project!
As easy as composer yaml update
!
Installation
Global installation is required
composer global require sandfoxme/composer-yaml
Usage
The plugin adds a proxy command yaml
that allows Composer to read config from composer.yml
file
What works
composer yaml install
composer yaml update
What doesn't work
composer yaml require
: add your dependencies manually- Reading
composer.y[a]ml
from other repositories: it's only for your local project
What might be broken
- Other plugins (probably. composer-viz was tested successfully however)
- Other proxy commands (do not combine it with
global
, obviously)
Documentation
Read full documentation here: https://sandfox.dev/php/composer-yaml.html
License
The library is available as open source under the terms of the MIT License. See LICENSE.md