Skip to content

Commit a4d8f8c

Browse files
Carlos Granadoswouterj
Carlos Granados
authored andcommitted
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 174c431 commit a4d8f8c

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
@@ -31,10 +31,8 @@ directory and execute the following commands:
3131
.. code-block:: bash
3232
3333
$ composer require leafo/scssphp
34-
$ composer require patchwork/jsqueeze:"~1.0"
34+
$ composer require patchwork/jsqueeze
3535
36-
It's very important to maintain the ``~1.0`` version constraint for the ``jsqueeze``
37-
dependency because the most recent stable version is not compatible with Assetic.
3836
3937
Organizing your Web Asset Files
4038
-------------------------------

0 commit comments

Comments
 (0)