Populating composer.json
{ | ||
"name": "jontynewman/oku", | ||
"description": "A simple content management framework.", | ||
"keywords": [ | ||
"jontynewman", | ||
"oku", | ||
"content", | ||
"management", | ||
"framework", | ||
"system", | ||
"cmf", | ||
"cms", | ||
"put" | ||
], | ||
"homepage": "https://gitlab.com/jontynewman/oku", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Jonty Newman", | ||
"email": "jonty.newman@gmail.com", | ||
"homepage": "http://www.jontynewman.com" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"JontyNewman\\Oku\\": "src" | ||
... | ... | @@ -19,3 +42,4 @@ |
"phpunit/phpunit": "^4.8" | ||
} | ||
} | ||
Please register or sign in to comment