Skip to content

Commit b8cc40c

Browse files
committed
Update twig (security)
1 parent a165552 commit b8cc40c

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
RECENT CHANGES
22
==============
33

4+
6.0.1
5+
-----
6+
- Fix: Update twig (security fix)
7+
48
6.0.0
59
-----
610

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"symfony/process": "~4.4",
4343
"symfony/validator": "~4.4",
4444
"symfony/yaml": "~5.3",
45-
"twig/twig": "~3.3"
45+
"twig/twig": "~3.4"
4646
},
4747
"require-dev": {
4848
"bamarni/symfony-console-autocomplete": "^1.2.0",

composer.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/N98/Magento/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Application extends BaseApplication
4444
/**
4545
* @var string
4646
*/
47-
const APP_VERSION = '6.0.0';
47+
const APP_VERSION = '6.0.1';
4848

4949
/**
5050
* @var int

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0
1+
6.0.1

0 commit comments

Comments
 (0)