Skip to content

Commit

Permalink
BAP-2579: Replace unstable bundles versions
Browse files Browse the repository at this point in the history
 - fixed wsse bundle issue
 - added additional oro requirements
  • Loading branch information
rgrebenchuk committed Jan 3, 2014
1 parent d155220 commit e1a1655
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
12 changes: 3 additions & 9 deletions app/OroRequirements.php
Expand Up @@ -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 "<strong>web/js/</strong>" 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 "<strong>web/css/</strong>" directory so that the web server can write into it.'
is_writable($baseDir . '/web'),
'web directory must be writable',
'Change the permissions of the "<strong>web</strong>" directory so that the web server can write into it.'
);
}

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -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": [
Expand Down

0 comments on commit e1a1655

Please sign in to comment.