Skip to content

Commit

Permalink
upgrade minimal php version required
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninWelvart committed Apr 22, 2021
1 parent 5317c40 commit 7866a48
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 @@ -3,7 +3,7 @@
"license": "MIT",
"description": "Add a CSV response type to Laravel",
"require": {
"php": ">=5.5.9",
"php": ">=5.6",
"illuminate/routing": "^5.1|^6.0|^7.0",
"illuminate/support": "^5.1|^6.0|^7.0"
},
Expand Down

0 comments on commit 7866a48

Please sign in to comment.