1
0
mirror of https://github.com/processwire/processwire.git synced 2025-09-03 03:32:49 +02:00

Initial commit to new repo (carried over from: https://github.com/ryancramerdesign/ProcessWire/tree/devns)

This commit is contained in:
Ryan Cramer
2016-09-02 14:55:17 -04:00
parent cfae5fc6f3
commit bac5b0de5d
1691 changed files with 279091 additions and 1 deletions

23
composer.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "processwire/processwire",
"type": "library",
"description": "ProcessWire CMS/CMF",
"keywords": [ "cms","cmf", "content management system" ],
"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" ]
},
"minimum-stability": "dev"
}