-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 949 Bytes
/
Copy pathcomposer.json
File metadata and controls
41 lines (41 loc) · 949 Bytes
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
35
36
37
38
39
40
41
{
"name": "muhannad17/blade",
"description": "Use Laravel Blade in any PHP project.",
"homepage": "https://github.com/muhannad17/blade",
"license": "WTFPL",
"authors": [
{
"name": "Benjamin Crozat",
"email": "benjamincrozat@me.com"
}
],
"support": {
"issues": "https://github.com/benjamincrozat/bade/issues"
},
"keywords": [
"blade",
"engine",
"laravel",
"templates"
],
"require": {
"php": "^7.4|^8.0",
"illuminate/view": "^8.0",
"illuminate/config": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"BC\\Blade\\": "src"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}