File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ github : beebmx
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 33namespace Beebmx \KirbyBlade ;
44
55use Beebmx \Blade \Container ;
6- use Kirby \Cms \App ;
76use RuntimeException ;
87
98class Application extends Container
You can’t perform that action at this time.
0 commit comments