1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-31 18:31:56 +02:00
Files
processwire/composer.json
2016-09-23 18:02:04 +02:00

23 lines
537 B
JSON

{
"name": "processwire/processwire",
"type": "library",
"description": "ProcessWire CMS/CMF",
"keywords": [ "processwire", "cms","cmf", "content management system" ],
"license": "MPL-2.0",
"homepage": "https://processwire.com",
"authors": [
{
"name": "Ryan Cramer",
"email": "ryan@processwire.com",
"homepage": "https://processwire.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.8",
"ext-gd": "*"
},
"autoload": {
"files": [ "wire/core/ProcessWire.php" ]
}
}