Skip to content

Commit 70d2001

Browse files
committed
fix composer
1 parent 709837b commit 70d2001

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"symfony-cmf/seo-bundle": "^2.0",
3232
"symfony-cmf/routing": "^2.0",
3333
"symfony-cmf/routing-auto-bundle": "^2.0",
34-
"symfony-cmf/sonata-phpcr-admin-integration-bundle": "dev-fix_ckeditor",
34+
"symfony-cmf/sonata-phpcr-admin-integration-bundle": "^1.0@dev",
3535

3636
"jackalope/jackalope-doctrine-dbal": "1.2.*",
3737
"jackalope/jackalope-jackrabbit": "1.2.*",

web/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
exit('This script cannot be run from the CLI. Run it from a browser.');
1515
}
1616

17-
if (!in_array(@$_SERVER['REMOTE_ADDR'], [
17+
if (!in_array(@$_SERVER['REMOTE_ADDR'], array(
1818
'127.0.0.1',
1919
'::1',
20-
])) {
20+
))) {
2121
header('HTTP/1.0 403 Forbidden');
2222
exit('This script is only accessible from localhost.');
2323
}

0 commit comments

Comments
 (0)