diff --git a/app/OroRequirements.php b/app/OroRequirements.php index 44bda4ec34..3df42db9a2 100644 --- a/app/OroRequirements.php +++ b/app/OroRequirements.php @@ -143,15 +143,9 @@ function ($cfgValue) use ($mem) { ); $this->addOroRequirement( - is_writable($baseDir . '/web/js'), - 'web/js/ directory must be writable', - 'Change the permissions of the "web/js/" directory so that the web server can write into it.' - ); - - $this->addOroRequirement( - is_writable($baseDir . '/web/css'), - 'web/css/ directory must be writable', - 'Change the permissions of the "web/css/" directory so that the web server can write into it.' + is_writable($baseDir . '/web'), + 'web directory must be writable', + 'Change the permissions of the "web" directory so that the web server can write into it.' ); } diff --git a/composer.json b/composer.json index c4cce01c06..e41d938031 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,8 @@ }, "require": { "oro/platform": "1.0.0-rc1", - "oro/crm": "1.0.0-beta6" + "oro/crm": "1.0.0-beta6", + "escapestudios/wsse-authentication-bundle": "2.3.x-dev#ac3f700a88966e6483ff84d5de2b751d7622736d" }, "scripts": { "post-install-cmd": [