File tree 3 files changed +6
-6
lines changed
Resources/views/Elfinder/helper 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ Recommended bundles to use with:
48
48
- [ Integration with TinyMCE 3] ( /Resources/doc/tinymce-integration.md#tinymce-3x )
49
49
- [ Integration with TinyMCE 4] ( /Resources/doc/tinymce-integration.md#tinymce-4x )
50
50
- [ Summernote integration] ( /Resources/doc/summernote-integration.md )
51
-
52
51
- [ Advanced configuration] ( /Resources/doc/advanced-configuration.md )
53
52
- [ Custom configuration provider] ( /Resources/doc/advanced-configuration.md#custom-configuration-provider )
54
53
- [ Custom loader] ( /Resources/doc/advanced-configuration.md#custom-loader )
Original file line number Diff line number Diff line change 7
7
);
8
8
return false ;
9
9
}
10
- </script >
10
+ </script >
11
+
Original file line number Diff line number Diff line change 20
20
"exclude" : [" /Tests" ]
21
21
},
22
22
"require" : {
23
- "php" : " >=5.3.9 " ,
23
+ "php" : " >=5.4 " ,
24
24
"symfony/framework-bundle" : " ~2.4|~3.0" ,
25
25
"symfony/twig-bundle" : " ~2.4|~3.0" ,
26
26
"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 "
29
29
},
30
30
"require-dev" : {
31
31
"symfony/phpunit-bridge" : " ~2.7|~3.0" ,
44
44
},
45
45
"extra" : {
46
46
"branch-alias" : {
47
- "dev-master" : " 6.0 -dev"
47
+ "dev-master" : " 6.1 -dev"
48
48
}
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments