File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Laravel Filemanager
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/UniSharp/laravel-filemanager.svg?branch=master )] ( https://travis-ci.org/UniSharp/laravel-filemanager )
4
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/unisharp/laravel-filemanager/v/stable )] ( https://packagist.org/packages/unisharp/laravel-filemanager )
5
4
[ ![ Total Downloads] ( https://poser.pugx.org/unisharp/laravel-filemanager/downloads )] ( https://packagist.org/packages/unisharp/laravel-filemanager )
6
5
[ ![ 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 25
25
"require" : {
26
26
"php" : " >=5.4.0" ,
27
27
"illuminate/support" : " >=4.2.0" ,
28
- "intervention/image" : " 2.*"
28
+ "intervention/image" : " 2.*" ,
29
+ "phpunit/phpunit" : " ~4.8"
29
30
},
30
31
"suggest" : {
31
32
"ext-gd" : " to use GD library based image processing." ,
You can’t perform that action at this time.
0 commit comments