Skip to content

Commit 896764d

Browse files
20240303
1 parent a24ce56 commit 896764d

10 files changed

+592
-593
lines changed

composer.json

+49-49
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
1-
{
2-
"name": "eftec/bladeone",
3-
"description": "The standalone version Blade Template Engine from Laravel in a single php file",
4-
"type": "library",
5-
"keywords": [
6-
"blade",
7-
"template",
8-
"view",
9-
"php",
10-
"templating"
11-
],
12-
"homepage": "https://github.com/EFTEC/BladeOne",
13-
"license": "MIT",
14-
"authors": [
15-
{
16-
"name": "Jorge Patricio Castro Castillo",
17-
"email": "jcastro@eftec.cl"
18-
}
19-
],
20-
"require": {
21-
"php": ">=7.4",
22-
"ext-json": "*"
23-
},
24-
"suggest": {
25-
"ext-mbstring": "This extension is used if it's active",
26-
"eftec/bladeonehtml": "Extension to create forms"
27-
},
28-
"archive": {
29-
"exclude": [
30-
"/examples"
31-
]
32-
},
33-
"autoload": {
34-
"psr-4": {
35-
"eftec\\bladeone\\": "lib/"
36-
}
37-
},
38-
"autoload-dev": {
39-
"psr-4": {
40-
"eftec\\tests\\": "tests/"
41-
}
42-
},
43-
"bin": [
44-
"lib/bladeonecli"
45-
],
46-
"require-dev": {
47-
"phpunit/phpunit": "^8.5.23"
48-
}
49-
}
1+
{
2+
"name": "eftec/bladeone",
3+
"description": "The standalone version Blade Template Engine from Laravel in a single php file",
4+
"type": "library",
5+
"keywords": [
6+
"blade",
7+
"template",
8+
"view",
9+
"php",
10+
"templating"
11+
],
12+
"homepage": "https://github.com/EFTEC/BladeOne",
13+
"license": "MIT",
14+
"authors": [
15+
{
16+
"name": "Jorge Patricio Castro Castillo",
17+
"email": "jcastro@eftec.cl"
18+
}
19+
],
20+
"require": {
21+
"php": ">=7.4",
22+
"ext-json": "*"
23+
},
24+
"suggest": {
25+
"ext-mbstring": "This extension is used if it's active",
26+
"eftec/bladeonehtml": "Extension to create forms"
27+
},
28+
"archive": {
29+
"exclude": [
30+
"/examples"
31+
]
32+
},
33+
"autoload": {
34+
"psr-4": {
35+
"eftec\\bladeone\\": "lib/"
36+
}
37+
},
38+
"autoload-dev": {
39+
"psr-4": {
40+
"eftec\\tests\\": "tests/"
41+
}
42+
},
43+
"bin": [
44+
"lib/bladeonecli"
45+
],
46+
"require-dev": {
47+
"phpunit/phpunit": "^8.5.23"
48+
}
49+
}

docs/cleaning.gif

-1 Bytes
Loading

docs/cli.png

-1 Bytes
Loading

examples/img/cleaning.gif

-1 Bytes
Loading

0 commit comments

Comments
 (0)