Skip to content

Instantly share code, notes, and snippets.

@owenconti
Created May 19, 2020 02:38
Show Gist options
  • Save owenconti/2cf6e1ac833435790dfecedb8da7b818 to your computer and use it in GitHub Desktop.
Save owenconti/2cf6e1ac833435790dfecedb8da7b818 to your computer and use it in GitHub Desktop.
Using aliases in Composer to update depedencies without a fork
"require": {
"php" : "^7.2.5",
"illuminate/auth": "^5.8|^6.0|^7.0",
"illuminate/container": "^5.8|^6.0|^7.0",
"illuminate/contracts": "^5.8|^6.0|^7.0",
"illuminate/database": "^5.8|^6.0|^7.0"
},
"laravel/framework": "8.x-dev as 7.6.1",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment