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:
23
composer.json
Normal file
23
composer.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user