File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -143,15 +143,9 @@ function ($cfgValue) use ($mem) {
143
143
);
144
144
145
145
$ 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. '
155
149
);
156
150
}
157
151
Original file line number Diff line number Diff line change 10
10
}
11
11
},
12
12
"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"
14
15
},
15
16
"scripts" : {
16
17
"post-install-cmd" : [
You can’t perform that action at this time.
0 commit comments