Skip to content

Commit 18fd993

Browse files
committed
6.2.7
1 parent 75a581e commit 18fd993

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Git
2+
/.github export-ignore
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
6+
# Tests
7+
/tests export-ignore
8+
phpunit.xml.dist export-ignore
9+
10+
# Others
11+
.editorconfig export-ignore
12+
.prettierrc export-ignore
13+
pint.json export-ignore
14+
CHANGELOG-* export-ignore
15+
CHANGELOG export-ignore
16+
CHANGELOG.md export-ignore
17+
README.md export-ignore

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: beebmx

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
"kirby4",
1111
"kirby5"
1212
],
13-
"version": "6.2.6",
13+
"version": "6.2.7",
1414
"type": "kirby-plugin",
1515
"license": "MIT",
16+
"homepage": "https://github.com/beebmx/kirby-blade",
1617
"authors": [
1718
{
1819
"name": "Fernando Gutierrez",

src/Application.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Beebmx\KirbyBlade;
44

55
use Beebmx\Blade\Container;
6-
use Kirby\Cms\App;
76
use RuntimeException;
87

98
class Application extends Container

0 commit comments

Comments
 (0)