endroid / composer-message
Endroid Composer Message
Fund package maintenance!
endroid
Installs: 1 095
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: ^8.2
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: ^2.0
- endroid/quality: dev-main
Suggests
- roave/security-advisories: Avoids installation of package versions with vulnerabilities
README
By endroid
Installation
$ composer require endroid/composer-message
Usage
Define the messages inside your composer.json like this.
"extra": {
"endroid": {
"message": [
{ "content": "This is an error message", "type": "error" },
{ "content": "This is a warning message", "type": "warning" },
{ "content": "This is an info message", "type": "info" }
]
}
}
This will generate the following console output during installation.
Versioning
Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatible changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.
License
This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.