Skip to content

Commit

Permalink
Merge pull request #26 from silinternational/feature/update-minimum-r…
Browse files Browse the repository at this point in the history
…equired-php

Force minimum PHP 7.2
  • Loading branch information
mtompset authored Mar 25, 2021
2 parents 5a977c8 + b8796a4 commit d73a8dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.0",
"php": "^7.2",
"psr/log": "^1.0"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d73a8dc

Please sign in to comment.