Skip to content

Instantly share code, notes, and snippets.

@driesvints
Created November 19, 2020 10:02
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 driesvints/e81d4049f8f2cf9064a9a9e5d760d8af to your computer and use it in GitHub Desktop.
Save driesvints/e81d4049f8f2cf9064a9a9e5d760d8af to your computer and use it in GitHub Desktop.
Pass options to specific packages
{
"require": {
"foo/bar": {
"version": "^1.0",
"ignore-platform-req": ["php"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment