Skip to content

Commit

Permalink
Merge pull request #506 from stopfstedt/php7.4
Browse files Browse the repository at this point in the history
PHP 7.4 is our new baseline.
  • Loading branch information
stopfstedt authored Jul 31, 2020
2 parents 95b8cad + 4c0c87e commit c3a7e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "project",
"license": "MIT",
"require": {
"php": ">=7.1.0",
"php": ">=7.4.0",
"ext-ctype": "*",
"ext-fileinfo": "*",
"ext-iconv": "*",
Expand Down
2 changes: 1 addition & 1 deletion symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"version": "2.0.1"
},
"php": {
"version": "7.3"
"version": "7.4"
},
"phpdocumentor/reflection-common": {
"version": "2.1.0"
Expand Down

0 comments on commit c3a7e12

Please sign in to comment.