Created
May 19, 2020 02:38
-
-
Save owenconti/2cf6e1ac833435790dfecedb8da7b818 to your computer and use it in GitHub Desktop.
Using aliases in Composer to update depedencies without a fork
This file contains hidden or 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": { | |
"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" | |
}, |
This file contains hidden or 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
"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