From b73338f3872225e766a8960d642ffeaab6f4671c Mon Sep 17 00:00:00 2001
From: ScottPJones <scottjones@alum.mit.edu>
Date: Thu, 18 Apr 2019 16:52:24 -0400
Subject: [PATCH] Remove REQUIRE, add [compat] to Project.toml

---
 Project.toml | 7 +++++--
 REQUIRE      | 4 ----
 2 files changed, 5 insertions(+), 6 deletions(-)
 delete mode 100644 REQUIRE

diff --git a/Project.toml b/Project.toml
index d5752e9..7d3f1ab 100644
--- a/Project.toml
+++ b/Project.toml
@@ -4,7 +4,6 @@ authors = ["ScottPJones <scottjones@alum.mit.edu>"]
 keywords = ["Strings", "Literals", "printf", "Format"]
 license = "MIT"
 uuid = "b5087856-efa9-5a6d-8e6f-97303a7af894"
-version = "0.2.0"
 
 [deps]
 ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
@@ -17,4 +16,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
 [targets]
 test = ["Test"]
 
-
+[compat]
+julia = "^1.0.0"
+ModuleInterfaceTools = "≥ 1.0.0"
+Format = "≥ 1.0.0"
+StrLiterals = "≥ 1.0.0"
diff --git a/REQUIRE b/REQUIRE
deleted file mode 100644
index 4833b7f..0000000
--- a/REQUIRE
+++ /dev/null
@@ -1,4 +0,0 @@
-julia 1 2-
-ModuleInterfaceTools 0.2.0
-Format 0.8.0
-StrLiterals 0.2.0