From 74c58014501e1d0864d867ae51fd02021103ee55 Mon Sep 17 00:00:00 2001
From: Paragon Initiative Enterprises <security@paragonie.com>
Date: Mon, 17 Jan 2022 00:28:19 -0500
Subject: [PATCH] Update gitignore, license

---
 .gitignore  | 5 ++++-
 LICENSE.txt | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index e0caea8..20a6fa5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
 .idea/
-vendor/
\ No newline at end of file
+vendor/
+composer.lock
+composer.phar
+.phpunit.result.cache
diff --git a/LICENSE.txt b/LICENSE.txt
index f424f5e..91acaca 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2016 - 2020 Paragon Initiative Enterprises
+Copyright (c) 2016 - 2022 Paragon Initiative Enterprises
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
-- 
GitLab