From 78bee2c72e6731d656fec2ea2ed002fd079bf622 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 18 Jul 2020 00:20:09 +0300 Subject: [PATCH] feat(element-queries): add laravel collections #436 --- composer.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index d065c50e..72e1934c 100755 --- a/composer.json +++ b/composer.json @@ -1,19 +1,20 @@ { "name": "flextype/flextype", "type": "project", - "description": "Self-hosted Data-First Headless CMS & API", + "description": "Hybrid Content Management System", "keywords": ["flextype", "php", "cms", "flat-file cms", "flat cms", "flatfile cms", "headless", "API", "html"], "homepage": "https://flextype.org", "license": "MIT", "authors": [ { "name": "Sergey Romanenko", - "email": "support@flextype.org", + "email": "sergey.romaneko@flextype.org", "homepage": "https://flextype.org" } ], "support": { - "issues": "https://github.com/flextype/flextype/issues" + "source": "https://github.com/flextype/flextype", + "issues": "https://github.com/flextype/flextype/issues" }, "require": { "php": ">=7.2.0", @@ -74,9 +75,6 @@ "autoload": { "classmap": [ "src/flextype" - ], - "files": [ - "src/flextype/Support/helpers.php" ] }, "require-dev": {