Skip to content

Instantly share code, notes, and snippets.

@Toflar
Created June 10, 2018 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Toflar/989005f5a837e97be0eb9ecbae43ee83 to your computer and use it in GitHub Desktop.
Save Toflar/989005f5a837e97be0eb9ecbae43ee83 to your computer and use it in GitHub Desktop.
Medium - Composer Cloud
POST /jobs
Content-Type: application/json
Accept: application/json
{
"composerJson": {
"name": "...",
"version": "...",
"requires": {
}
},
"composerLock": {
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "f0160f0d6521c5308724870b7089f7d2",
"packages": [
]
},
"platform": {
"php": "7.1.12",
"ext-intl": "..."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment