From 3ae6616d09826bb9718d26d71ef503eb33bccd52 Mon Sep 17 00:00:00 2001 From: Carlos Granados Date: Sat, 16 Apr 2016 07:12:14 +0100 Subject: [PATCH] Update php.rst The latest version of Assetic is compatible with Jsqueeze 2.x, so we do not need the version constraint any more --- cookbook/assetic/php.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cookbook/assetic/php.rst b/cookbook/assetic/php.rst index 2cc6b6bf4f7..14176e1d84c 100644 --- a/cookbook/assetic/php.rst +++ b/cookbook/assetic/php.rst @@ -33,10 +33,8 @@ directory and execute the following commands: .. code-block:: bash $ composer require leafo/scssphp - $ composer require patchwork/jsqueeze:"~1.0" + $ composer require patchwork/jsqueeze -It's very important to maintain the ``~1.0`` version constraint for the ``jsqueeze`` -dependency because the most recent stable version is not compatible with Assetic. Organizing your Web Asset Files -------------------------------