Skip to content

Commit bd1eabb

Browse files
committed
Moved assets into Resources/public dir and created symfony bundle class
1 parent 56423a4 commit bd1eabb

14 files changed

+16
-1
lines changed

BlueimpJsLoadImageBundle.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
namespace Blueimp\JsLoadImageBundle;
4+
5+
use Symfony\Component\HttpKernel\Bundle\Bundle;
6+
7+
class BlueimpJsLoadImageBundle extends Bundle
8+
{
9+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@
2828
"support": {
2929
"issues" : "https://github.com/blueimp/JavaScript-Load-Image/issues"
3030
},
31-
"license": "MIT"
31+
"license": "MIT",
32+
"autoload": {
33+
"psr-0": {
34+
"Blueimp\\JsLoadImageBundle": ""
35+
}
36+
},
37+
"target-dir": "Blueimp/JsLoadImageBundle"
3238
}

0 commit comments

Comments
 (0)