Skip to content

Commit 3ae6616

Browse files
author
Carlos Granados
committed
Update php.rst
The latest version of Assetic is compatible with Jsqueeze 2.x, so we do not need the version constraint any more
1 parent a9c9865 commit 3ae6616

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cookbook/assetic/php.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ directory and execute the following commands:
3333
.. code-block:: bash
3434
3535
$ composer require leafo/scssphp
36-
$ composer require patchwork/jsqueeze:"~1.0"
36+
$ composer require patchwork/jsqueeze
3737
38-
It's very important to maintain the ``~1.0`` version constraint for the ``jsqueeze``
39-
dependency because the most recent stable version is not compatible with Assetic.
4038
4139
Organizing your Web Asset Files
4240
-------------------------------

0 commit comments

Comments
 (0)