Skip to content

Commit 25b25ed

Browse files
committed
BAP-2579: Replace unstable bundles versions
- fixed wsse bundle - added additional oro requirements
1 parent 46599da commit 25b25ed

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

app/OroRequirements.php

+3-9
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,9 @@ function ($cfgValue) use ($mem) {
143143
);
144144

145145
$this->addOroRequirement(
146-
is_writable($baseDir . '/web/js'),
147-
'web/js/ directory must be writable',
148-
'Change the permissions of the "<strong>web/js/</strong>" directory so that the web server can write into it.'
149-
);
150-
151-
$this->addOroRequirement(
152-
is_writable($baseDir . '/web/css'),
153-
'web/css/ directory must be writable',
154-
'Change the permissions of the "<strong>web/css/</strong>" directory so that the web server can write into it.'
146+
is_writable($baseDir . '/web'),
147+
'web directory must be writable',
148+
'Change the permissions of the "<strong>web</strong>" directory so that the web server can write into it.'
155149
);
156150
}
157151

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
}
1111
},
1212
"require": {
13-
"oro/platform": "1.0.0-rc1"
13+
"oro/platform": "1.0.0-rc1",
14+
"escapestudios/wsse-authentication-bundle": "2.3.x-dev#ac3f700a88966e6483ff84d5de2b751d7622736d"
1415
},
1516
"scripts": {
1617
"post-install-cmd": [

0 commit comments

Comments
 (0)