diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-09-13 21:40:05 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-09-13 21:40:05 +0200 |
commit | d7d74d0a714f29515da85078cc826ba49d2913b9 (patch) | |
tree | 3094de955a8b154ee66e33a547f0678cfae45797 /README.markdown | |
parent | 4e2bfed23c17929795f2082d6e77937170caeaa9 (diff) | |
download | ste-d7d74d0a714f29515da85078cc826ba49d2913b9.tar.gz ste-d7d74d0a714f29515da85078cc826ba49d2913b9.tar.bz2 ste-d7d74d0a714f29515da85078cc826ba49d2913b9.zip |
Raise required PHP version to 7.3
5.3 is no longer maintained (for years now). So let's go to the currently
oldest supported version
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 932a6a6..9f6d299 100644 --- a/README.markdown +++ b/README.markdown @@ -15,7 +15,7 @@ Just put `kch42/ste` in your requirements (I suggest using the version `1.*`) an Requirements ------------ -PHP >= 5.3 +PHP >= 7.3 Why should you use it? ---------------------- |