From 80b9f313158f90c229d7199f9753e2e17f78abdb Mon Sep 17 00:00:00 2001
From: dyszczo <krzysiek@inspirelabs.pl>
Date: Wed, 29 Aug 2018 13:15:48 +0200
Subject: [PATCH] readme file

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..761c900
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+Wp-basic-requirements is a simple library for WordPress plugins to check if the environment meets the requirements
+and if the requirements are not met shows proper notice to user.
+
+Library have to be compatible with PHP 5.2.x as it's the lowest possible version for WordPress.
+
+Requirements may be:
+- Minimal PHP version
+- Minimal WordPress version
+- Minimal WooCommerce version
+- Required PHP module
+- Required PHP setting
+- OpenSSL version
\ No newline at end of file
-- 
GitLab