From 16052a03347731196417c940ca09deda3e2a4e70 Mon Sep 17 00:00:00 2001
From: ikosar <33053881+ikosar@users.noreply.github.com>
Date: Sat, 28 Apr 2018 09:32:33 +0430
Subject: [PATCH] Change Stable Version
composer.json only
---
.idea/LMFA.iml | 8 ++++
.idea/modules.xml | 8 ++++
.idea/vcs.xml | 6 +++
.idea/workspace.xml | 114 ++++++++++++++++++++++++++++++++++++++++++++
composer.json | 2 +-
5 files changed, 137 insertions(+), 1 deletion(-)
create mode 100644 .idea/LMFA.iml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/vcs.xml
create mode 100644 .idea/workspace.xml
diff --git a/.idea/LMFA.iml b/.idea/LMFA.iml
new file mode 100644
index 0000000..c956989
--- /dev/null
+++ b/.idea/LMFA.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..4a4ed1c
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..b7ee971
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1524834423432
+
+
+ 1524834423432
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/composer.json b/composer.json
index af1f50d..8fe6ada 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
{"type": "composer", "url": "https://repo.packagist.com/lmfa/"},
{"packagist.org": false}
],
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
"require": {
"php":">=5.9.0",
"pear/http_request2":"2.3.0"