Skip to content

Commit 8e88a16

Browse files
committed
Release: 0.1
- Added release to the changelog; - Fixed static tests; Signed-off-by: Oleksii Bulba <[email protected]>
1 parent 5072faf commit 8e88a16

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup PHP
3838
uses: shivammathur/setup-php@v2
3939
with:
40-
php-version: 8.0
40+
php-version: 8.1
4141
coverage: none
4242
tools: cs2pr
4343

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0] - 2022-12-14
11+
1012
### Added
13+
- Plugin created;
1114
- Created five twig functions:
1215
- encore_entry_js_files - returns script files;
1316
- encore_entry_css_files - returns link files;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.1|^8.2",
14+
"php": "^8.1 || ^8.2",
1515
"micro/plugin-twig": "^0"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)