1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 16:14:16 +02:00

feat(element-queries): add laravel collections #436

This commit is contained in:
Awilum
2020-07-18 00:20:09 +03:00
parent a7f950efb5
commit 78bee2c72e

View File

@@ -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": {