Integrated Latte 3 into FuzeWorks.

This commit is contained in:
Abel Hoogeveen 2023-03-27 16:48:07 +02:00
parent 99b24155d3
commit 17f4bae3d0
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
} }
], ],
"require": { "require": {
"php": ">=7.4.0", "php": ">=8.1.0",
"fuzeworks/webcomponent": "~1.3.0", "fuzeworks/webcomponent": "~1.3.0",
"fuzeworks/objectstorage": "~1.3.0", "fuzeworks/objectstorage": "~1.3.0",
"fuzeworks/tracycomponent": "~1.3.0", "fuzeworks/tracycomponent": "~1.3.0",
"fuzeworks/layout": "~1.3.0", "fuzeworks/layout": "~1.3.0",
"fuzeworks/database": "~1.3.0", "fuzeworks/database": "~1.3.0",
"latte/latte": "~2.5", "latte/latte": "~3.0",
"ext-json": "*" "ext-json": "*"
}, },
"autoload": { "autoload": {