Skip to content

Commit 8b17004

Browse files
author
An Phan
committed
Upgraded Laravel 5.3 to 5.4
1 parent 590a0fe commit 8b17004

28 files changed

+1377
-1214
lines changed

composer.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
{
2-
"name": "laravel/laravel",
3-
"description": "The Laravel Framework.",
4-
"keywords": ["framework", "laravel"],
2+
"name": "phanan/kupo",
3+
"description": "Simple site launch checklist validator",
4+
"keywords": ["site", "launch", "checklist"],
55
"license": "MIT",
66
"type": "project",
77
"require": {
88
"php": ">=5.6.4",
9-
"laravel/framework": "5.3.*",
9+
"laravel/framework": "5.4.*",
1010
"guzzlehttp/guzzle": "^6.2",
1111
"symfony/css-selector": "^3.1",
1212
"symfony/dom-crawler": "^3.1",
1313
"t1gor/robots-txt-parser": "^0.2.3",
14-
"erusev/parsedown": "^1.6"
14+
"erusev/parsedown": "^1.6",
15+
"laravel/tinker": "^1.0"
1516
},
1617
"require-dev": {
1718
"fzaninotto/faker": "~1.4",
1819
"mockery/mockery": "0.9.*",
19-
"phpunit/phpunit": "~5.0"
20+
"phpunit/phpunit": "~5.7",
21+
"laravel/browser-kit-testing": "^1.0"
2022
},
2123
"autoload": {
2224
"classmap": [
@@ -31,8 +33,12 @@
3133
},
3234
"autoload-dev": {
3335
"classmap": [
34-
"tests/TestCase.php"
35-
]
36+
"tests/TestCase.php",
37+
"tests/BrowserKitTestCase.php"
38+
],
39+
"psr-4": {
40+
"Tests\\": "tests/"
41+
}
3642
},
3743
"scripts": {
3844
"post-root-package-install": [

0 commit comments

Comments
 (0)