File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Laravel Filemanager
22
3- [ ![ Build Status] ( https://travis-ci.org/UniSharp/laravel-filemanager.svg?branch=master )] ( https://travis-ci.org/UniSharp/laravel-filemanager )
43[ ![ Latest Stable Version] ( https://poser.pugx.org/unisharp/laravel-filemanager/v/stable )] ( https://packagist.org/packages/unisharp/laravel-filemanager )
54[ ![ Total Downloads] ( https://poser.pugx.org/unisharp/laravel-filemanager/downloads )] ( https://packagist.org/packages/unisharp/laravel-filemanager )
65[ ![ License] ( https://poser.pugx.org/unisharp/laravel-filemanager/license )] ( https://packagist.org/packages/unisharp/laravel-filemanager )
Original file line number Diff line number Diff line change 2525 "require" : {
2626 "php" : " >=5.4.0" ,
2727 "illuminate/support" : " >=4.2.0" ,
28- "intervention/image" : " 2.*"
28+ "intervention/image" : " 2.*" ,
29+ "phpunit/phpunit" : " ~4.8"
2930 },
3031 "suggest" : {
3132 "ext-gd" : " to use GD library based image processing." ,
You can’t perform that action at this time.
0 commit comments