File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 37
37
- name : Setup PHP
38
38
uses : shivammathur/setup-php@v2
39
39
with :
40
- php-version : 8.0
40
+ php-version : 8.1
41
41
coverage : none
42
42
tools : cs2pr
43
43
Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0] - 2022-12-14
11
+
10
12
### Added
13
+ - Plugin created;
11
14
- Created five twig functions:
12
15
- encore_entry_js_files - returns script files;
13
16
- encore_entry_css_files - returns link files;
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "php" : " ^8.1| ^8.2" ,
14
+ "php" : " ^8.1 || ^8.2" ,
15
15
"micro/plugin-twig" : " ^0"
16
16
},
17
17
"require-dev" : {
You can’t perform that action at this time.
0 commit comments