forked from MarcelloDuarte/pug-slim
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 852 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": "pug/slim",
"description": "Pug template engine adapter for Slim",
"type": "library",
"keywords": ["phug", "jade", "pug", "html", "php", "slim"],
"license": "MIT",
"authors": [
{
"name": "Marcello Duarte",
"homepage": "https://github.com/MarcelloDuarte"
},
{
"name": "Kyle Katarn",
"homepage": "https://www.phug-lang.com"
}
],
"replace": {
"md/pug-slim": "1.0"
},
"require": {
"pug-php/pug": "^2.7.6 || ^3.4.1",
"psr/http-message": "^1.0"
},
"require-dev": {
"slim/slim": "^3.0",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^8.5.15",
"codeclimate/php-test-reporter": "^0.4.0"
},
"autoload": {
"psr-4": {
"Slim\\Pug\\": "src"
}
}
}