mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Bump version_added field on composer module.
This commit is contained in:
parent
b0dbc61d63
commit
f700da8249
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ DOCUMENTATION = '''
|
||||||
module: composer
|
module: composer
|
||||||
author: Dimitrios Tydeas Mengidis
|
author: Dimitrios Tydeas Mengidis
|
||||||
short_description: Dependency Manager for PHP
|
short_description: Dependency Manager for PHP
|
||||||
version_added: "1.4"
|
version_added: "1.6"
|
||||||
description:
|
description:
|
||||||
- Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you
|
- Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue