Skip to content

Commit d599347

Browse files
committed
add phpunit dependency
1 parent c56ad46 commit d599347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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)

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
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.",

0 commit comments

Comments
 (0)