Skip to content

Instantly share code, notes, and snippets.

@likewinter
Created February 3, 2015 15:34
Is Laravel 5 released or not
# using curl and jq (http://stedolan.github.io/jq/)
curl -s https://api.github.com/repos/laravel/framework/tags | jq '.[0].name | contains("v5")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment