-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to be compatible with laravel 5.5
- Loading branch information
William Wallace
committed
Oct 6, 2017
1 parent
3a89b8c
commit 15301d1
Showing
3 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,21 +10,19 @@ | |
"url shortener" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Waavi", | ||
"email": "[email protected]", | ||
"homepage": "http://waavi.com" | ||
} | ||
], | ||
"authors": [{ | ||
"name": "Waavi", | ||
"email": "[email protected]", | ||
"homepage": "http://waavi.com" | ||
}], | ||
"require": { | ||
"illuminate/support": "5.1.x|5.2.x|5.3.*|5.4.*", | ||
"illuminate/config": "5.1.x|5.2.x|5.3.*|5.4.*", | ||
"illuminate/support": "5.1.x|5.2.x|5.3.*|5.4.*|5.5.*", | ||
"illuminate/config": "5.1.x|5.2.x|5.3.*|5.4.*|5.5.*", | ||
"mremi/url-shortener": "^2.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit" : "^5", | ||
"orchestra/testbench": "3.1.x|3.2.x|3.3.x|3.4.x", | ||
"phpunit/phpunit": "^6", | ||
"orchestra/testbench": "3.1.x|3.2.x|3.3.x|3.4.x|3.5.x", | ||
"mockery/mockery": "^0.9.4" | ||
}, | ||
"autoload": { | ||
|
@@ -41,4 +39,4 @@ | |
"scripts": { | ||
"test": "vendor/bin/phpunit" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters