Skip to content

Commit 71f141f

Browse files
committed
Merge pull request #226 from helios-ag/composer
composer tweak, summernote helper blank line added and removed blank …
2 parents facc949 + 8c3e44f commit 71f141f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Recommended bundles to use with:
4848
- [Integration with TinyMCE 3](/Resources/doc/tinymce-integration.md#tinymce-3x)
4949
- [Integration with TinyMCE 4](/Resources/doc/tinymce-integration.md#tinymce-4x)
5050
- [Summernote integration](/Resources/doc/summernote-integration.md)
51-
5251
- [Advanced configuration](/Resources/doc/advanced-configuration.md)
5352
- [Custom configuration provider](/Resources/doc/advanced-configuration.md#custom-configuration-provider)
5453
- [Custom loader](/Resources/doc/advanced-configuration.md#custom-loader)

Resources/views/Elfinder/helper/_summernote.html.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
);
88
return false;
99
}
10-
</script>
10+
</script>
11+

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"exclude": ["/Tests"]
2121
},
2222
"require": {
23-
"php": ">=5.3.9",
23+
"php": ">=5.4",
2424
"symfony/framework-bundle": "~2.4|~3.0",
2525
"symfony/twig-bundle": "~2.4|~3.0",
2626
"symfony/form": "~2.4|~3.0",
27-
"helios-ag/fm-elfinder-php-connector": "~2.0",
28-
"components/elfinder": "~2.0"
27+
"helios-ag/fm-elfinder-php-connector": "~2.5",
28+
"components/elfinder": "~2.1"
2929
},
3030
"require-dev" : {
3131
"symfony/phpunit-bridge": "~2.7|~3.0",
@@ -44,7 +44,7 @@
4444
},
4545
"extra": {
4646
"branch-alias": {
47-
"dev-master": "6.0-dev"
47+
"dev-master": "6.1-dev"
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)