Skip to content

Commit

Permalink
Merge pull request #18 from neoxia/feature/update-composer
Browse files Browse the repository at this point in the history
upgrade minimal php version required
  • Loading branch information
AntoninWelvart committed Apr 22, 2021
2 parents 5317c40 + 7866a48 commit 2cad05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
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 2cad05b

Please sign in to comment.