We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bf48c commit e7374b7Copy full SHA for e7374b7
composer.json
@@ -1,6 +1,6 @@
1
{
2
"require": {
3
- "twig/twig": "~1.0"
+ "twig/twig": "~2.0"
4
},
5
"autoload": {
6
"psr-4": {
public/index.php
@@ -12,12 +12,6 @@
12
require '../vendor/autoload.php';
13
14
15
-/**
16
- * Twig
17
- */
18
-Twig_Autoloader::register();
19
-
20
21
/**
22
* Error and Exception handling
23
*/
0 commit comments