From 951fd8546d3fdaa119b98a2e862f07d98a859a93 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 15 May 2018 11:47:55 -0600 Subject: [PATCH] Upped Grav core requirement --- blueprints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints.yaml b/blueprints.yaml index 96e85df4..432b7993 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -13,7 +13,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md license: MIT dependencies: - - { name: grav, version: '>=1.4.4' } + - { name: grav, version: '>=1.4.5' } - { name: form, version: '>=2.14.0' } - { name: login, version: '>=2.7.0' } - { name: email, version: '>=2.7.0' }