appserver-io-psr / deployment
PSR, defining deployment functionality.
2.0.0
2018-04-11 16:09 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- appserver-io/build: ~1.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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