|
1 | 1 | {
|
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"], |
5 | 5 | "license": "MIT",
|
6 | 6 | "type": "project",
|
7 | 7 | "require": {
|
8 | 8 | "php": ">=5.6.4",
|
9 |
| - "laravel/framework": "5.3.*", |
| 9 | + "laravel/framework": "5.4.*", |
10 | 10 | "guzzlehttp/guzzle": "^6.2",
|
11 | 11 | "symfony/css-selector": "^3.1",
|
12 | 12 | "symfony/dom-crawler": "^3.1",
|
13 | 13 | "t1gor/robots-txt-parser": "^0.2.3",
|
14 |
| - "erusev/parsedown": "^1.6" |
| 14 | + "erusev/parsedown": "^1.6", |
| 15 | + "laravel/tinker": "^1.0" |
15 | 16 | },
|
16 | 17 | "require-dev": {
|
17 | 18 | "fzaninotto/faker": "~1.4",
|
18 | 19 | "mockery/mockery": "0.9.*",
|
19 |
| - "phpunit/phpunit": "~5.0" |
| 20 | + "phpunit/phpunit": "~5.7", |
| 21 | + "laravel/browser-kit-testing": "^1.0" |
20 | 22 | },
|
21 | 23 | "autoload": {
|
22 | 24 | "classmap": [
|
|
31 | 33 | },
|
32 | 34 | "autoload-dev": {
|
33 | 35 | "classmap": [
|
34 |
| - "tests/TestCase.php" |
35 |
| - ] |
| 36 | + "tests/TestCase.php", |
| 37 | + "tests/BrowserKitTestCase.php" |
| 38 | + ], |
| 39 | + "psr-4": { |
| 40 | + "Tests\\": "tests/" |
| 41 | + } |
36 | 42 | },
|
37 | 43 | "scripts": {
|
38 | 44 | "post-root-package-install": [
|
|
0 commit comments