Skip to content

Instantly share code, notes, and snippets.

@likewinter
Created February 3, 2015 15:34
Show Gist options
  • Save likewinter/55b6217a821095448dd2 to your computer and use it in GitHub Desktop.
Save likewinter/55b6217a821095448dd2 to your computer and use it in GitHub Desktop.
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