-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
32 lines (32 loc) · 1013 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "joomlatools/pages",
"license": "GPL-3.0-only",
"description": "Joomlatools Pages is a very fast just-in-time page generator and flexible framework that makes building websites with any CMS, API, or database fun again. It can be installed in Joomla as a component, or be used standalone",
"keywords": [
"joomla",
"component",
"pages",
"markdown"
],
"homepage": "https://github.com/joomlatools/joomlatools-pages",
"authors": [
{
"name": "Johan Janssens",
"email": "[email protected]",
"homepage": "http://about.me/johanjanssens"
},
{
"name": "Timble",
"email": "[email protected]",
"homepage": "http://www.timble.net"
}
],
"require": {
"php": ">=8.0.0",
"joomlatools/framework": "dev-master as 4.0.x-dev",
"michelf/php-markdown": "1.9.*"
},
"extra": {
"joomlatools-component": "pages"
}
}