Skip to content

Commit

Permalink
Raise minimal supported PHP version to 7.4
Browse files Browse the repository at this point in the history
PHP 7.3:

- Active support ended on 6th December 2020.
- Security support ends on 6th December 2021.

See currently supported versions: https://www.php.net/supported-versions.php

remp/crm#2068
  • Loading branch information
markoph committed Oct 18, 2021
1 parent e8793f6 commit b283c74
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 @@ -5,7 +5,7 @@
"homepage": "https://remp2020.com",
"license": "MIT",
"require": {
"php": "^7.3"
"php": "^7.4"
},
"minimum-stability": "dev",
"autoload": {
Expand Down

0 comments on commit b283c74

Please sign in to comment.