mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
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:
committed by
bocharsky-bw
parent
2b0d2cb71c
commit
8a62689d44
+1
-1
@@ -37,7 +37,7 @@ The recommended way to install Twig is via Composer:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
composer require "twig/twig:~2.0"
|
composer require "twig/twig:^2.0"
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user