File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ 1.0] - 2022-12-14
11
11
12
+ ### Updated
13
+ - Updated dependencies;
14
+ - Updated README.md;
15
+
16
+ ## [ 0.1] - 2022-12-14
17
+
12
18
### Added
13
19
- Plugin created;
14
20
- Created five twig functions:
Original file line number Diff line number Diff line change 3
3
"description" : " This is a Micro plugin for webpack-encore support" ,
4
4
"license" : " MIT" ,
5
5
"type" : " micro-plugin" ,
6
- "version" : " 0.1 " ,
6
+ "version" : " 1.0 " ,
7
7
"authors" : [
8
8
{
9
9
"name" : " Oleksii Bulba" ,
12
12
],
13
13
"require" : {
14
14
"php" : " ^8.1 || ^8.2" ,
15
- "micro/plugin-twig" : " ^0 " ,
15
+ "micro/plugin-twig" : " ^1 " ,
16
16
"symfony/serializer" : " ^6.2"
17
17
},
18
18
"require-dev" : {
You can’t perform that action at this time.
0 commit comments