diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-21 05:36:46 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-21 05:36:46 +0200 |
commit | d58e2d6fcbdd1890a86920d1bbc0dc673ae1b7a9 (patch) | |
tree | 278b1f701aa07eda76ab0080b3f5fc029455c2c2 | |
parent | 4b251ecc41f89cacfc4a1a607787e464bcd39fa2 (diff) | |
download | simplephp-d58e2d6fcbdd1890a86920d1bbc0dc673ae1b7a9.tar.gz simplephp-d58e2d6fcbdd1890a86920d1bbc0dc673ae1b7a9.tar.bz2 simplephp-d58e2d6fcbdd1890a86920d1bbc0dc673ae1b7a9.tar.xz simplephp-d58e2d6fcbdd1890a86920d1bbc0dc673ae1b7a9.zip |
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 2616222..b022111 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,6 @@ "type": "project", "license": "MIT", "require": { - "php": ">=5.6", + "php": ">=5.6" } } |