-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
34 lines (34 loc) · 851 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
33
34
{
"name": "uda/kohana-theme",
"description": "A simple Kohana 3.3 theming module, using Twig or without",
"version": "0.1.0-alpha1",
"type": "kohana-module",
"license": "MIT",
"keywords": ["kohana", "template", "theme", "twig"],
"authors": [
{
"name": "Yehuda Deutschg",
"email": "[email protected]",
"homepage": "https://github.com/uda",
"role": "developer"
}
],
"support": {
"email": "[email protected]",
"source": "https://github.com/uda/kohana-theme"
},
"require": {
"composer/installers": "~1.0",
"kohana/core": "3.3.*",
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"mockery/mockery": "0.8.*"
},
"suggest": {
"tommcdo/kohana-twig": "Provides a more advanced template system"
},
"minimum-stability": "dev",
"prefer-stable": true
}