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 e27af33 commit aeb88e0
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 @@ -19,7 +19,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.2",
"php": "^7.3",
"laravel/framework": "^6.2",
"coduo/php-humanizer": "^3.0",
"doctrine/dbal": "^2.9",
Expand Down

0 comments on commit aeb88e0

Please sign in to comment.