Created
June 10, 2018 15:12
-
-
Save Toflar/989005f5a837e97be0eb9ecbae43ee83 to your computer and use it in GitHub Desktop.
Medium - Composer Cloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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