appserver-io-psr / deployment
PSR, defining deployment functionality.
Installs: 6 592
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 3
Open Issues: 0
pkg:composer/appserver-io-psr/deployment
Requires
- php: >=5.5.0
Requires (Dev)
- appserver-io/build: ~1.0
README
Deployment interfaces for usage in container context.
Installation
You don't have to install this package, as it'll be delivered with the latest appserver.io release. If you want to install it with your application only, you do this by add
{
"require": {
"appserver-io-psr/deployment": "dev-master"
},
}
to your composer.json and invoke composer update in your project.
External Links
- Documentation at appserver.io