mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 19:16:20 +02:00
Fix Twig dependency version
This commit is contained in:
@@ -22,7 +22,7 @@ First, create a `composer.json` file in the same directory as `composer.phar`. H
|
|||||||
|
|
||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"twig/twig": ">=1.8.0"
|
"twig/twig": ">=1.8.0,<2.0-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user