Skip to content

Commit e7374b7

Browse files
committed
Changed Twig version to 2.0
1 parent 71bf48c commit e7374b7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"twig/twig": "~1.0"
3+
"twig/twig": "~2.0"
44
},
55
"autoload": {
66
"psr-4": {

public/index.php

-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
require '../vendor/autoload.php';
1313

1414

15-
/**
16-
* Twig
17-
*/
18-
Twig_Autoloader::register();
19-
20-
2115
/**
2216
* Error and Exception handling
2317
*/

0 commit comments

Comments
 (0)