Created
May 21, 2017 05:43
-
-
Save candostdagdeviren/917a464d0c62299f8f182c0e715bd2d0 to your computer and use it in GitHub Desktop.
Vapor 1 -> 2 Migration
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
dependencies: [ | |
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 2), | |
.Package(url: "https://github.com/vapor/mongo-provider.git", majorVersion: 2) | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment