Skip to content

Commit 55255af

Browse files
committed
Merge branch 'master' into 1.0
Conflicts: composer.json
2 parents d3740fb + 9d79791 commit 55255af

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Resources/views/Form/croppable_image_modal.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="{{ asset('bundles/comurimage/js/jquery.Jcrop.min.js') }}"></script>
1515
<script src="{{ asset('bundles/comurimage/js/jquery.color.js') }}"></script>
1616
{% if include_holder is not defined or include_holder %}
17-
<script src="{{ asset('bundles/comurimage/components/holder/holder.min.js') }}"></script>
17+
<script src="https://cdnjs.cloudflare.com/ajax/libs/holder/2.5.2/holder.min.js"></script>
1818
{% endif %}
1919
{% if include_bootstrap is not defined or include_bootstrap %}
2020
<script src="{{ asset('bundles/comurimage/js/bootstrap.min.js') }}"></script>

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"twig/twig": "~1.12",
2626
"twig/extensions": "~1.0",
2727
"friendsofsymfony/jsrouting-bundle": "@stable",
28-
"jms/translation-bundle": "@stable",
29-
"imsky/holder": "2.5.*"
28+
"jms/translation-bundle": "@stable"
3029
},
3130
"target-dir": "Comur/ImageBundle",
3231
"autoload": {
@@ -36,8 +35,5 @@
3635
"branch-alias": {
3736
"dev-master": "1.0-dev"
3837
}
39-
},
40-
"config": {
41-
"component-dir": "Resources/public/components"
4238
}
4339
}

0 commit comments

Comments
 (0)