Created
November 19, 2020 10:02
-
-
Save driesvints/e81d4049f8f2cf9064a9a9e5d760d8af to your computer and use it in GitHub Desktop.
Pass options to specific packages
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
{ | |
"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