Skip to content

Commit

Permalink
fix(deps): update php minimum version to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof committed Nov 16, 2019
1 parent 26c5076 commit 85177c3
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 @@ -16,7 +16,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.2",
"php": "^7.3",
"laravel/framework": "^6.2",
"eveseat/eveapi": "4.0.x-dev",
"eveseat/services": "4.0.x-dev",
Expand Down

0 comments on commit 85177c3

Please sign in to comment.