Change '~' with '^' for version in composer require

Caret symbol sticks closer to semantic versioning, and will always allow non-breaking updates
This commit is contained in:
Victor Bocharsky
2017-02-07 17:55:18 +02:00
committed by bocharsky-bw
parent 2b0d2cb71c
commit 8a62689d44
+1 -1
View File
@@ -37,7 +37,7 @@ The recommended way to install Twig is via Composer:
.. code-block:: bash
composer require "twig/twig:~2.0"
composer require "twig/twig:^2.0"
.. note::