Skip to content

Commit

Permalink
added src
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali committed Mar 1, 2019
1 parent 472d5f7 commit 81af76f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"gumlet/php-image-resize": "1.9.*"
},
"autoload": {
"psr-0": {
"imgCropper": ""
"psr-4": {
"ImgCropper\\": "src/"
}
},
"minimum-stability": "dev",
Expand Down
2 changes: 1 addition & 1 deletion ImageControl.php → src/ImageControl.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace aliamjid\imgCropper;
namespace aliamjid\ImgCropper;

use Gumlet\ImageResize;
use Nette\Forms\Controls\HiddenField;
Expand Down

0 comments on commit 81af76f

Please sign in to comment.