Skip to content

Commit

Permalink
Allow Laravel 5.4 and up projects to use Ziggy (#170)
Browse files Browse the repository at this point in the history
Closes #169
  • Loading branch information
Travis Northcutt authored and DanielCoulbourne committed Aug 16, 2018
1 parent 490cc88 commit c4e0979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tightenco/ziggy",
"description": "Generates a Blade directive exporting all of your named Laravel routes. Also provides a nice route() helper function in JavaScript.",
"require": {
"laravel/framework": "^5.6.7"
"laravel/framework": "~5.4"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit c4e0979

Please sign in to comment.