From 62d0742880b124a41243c39547fbe7ff222caed7 Mon Sep 17 00:00:00 2001 From: Andrew Wallace Date: Sun, 9 Feb 2020 21:31:05 -0500 Subject: [PATCH] -- updated composer file for incorrect url --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7a312ef..619a973 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "zdt", "laminas" ], - "homepage": "https://github.com/PortoSpire/BjyProfiler", + "homepage": "https://github.com/PortoSpire/bjy-profiler", "authors": [ { "name": "Ben Youngblood", @@ -29,7 +29,7 @@ } ], "require": { - "php": "^5.5 || ^7.0", + "php": "^7.0", "laminas/laminas-servicemanager": "^3.0.3", "laminas/laminas-modulemanager": "^2.7", "laminas/laminas-db": "^2.7",