Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Project:
  2. require: {
  3. "wibble/a": "dev-feature",
  4. "wibble/b": "dev-feature"
  5. }
  6.  
  7. A:
  8. require: {
  9. "wibble/b": "dev-feature",
  10. "wibble/c": ">=100"
  11. }
  12.  
  13. C:
  14. require: {
  15. "wibble/b": ">50"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement