|
1 | 1 | {
|
2 |
| - "name": "rinvex/support", |
| 2 | + "name": "rinvex/laravel-support", |
3 | 3 | "description": "Rinvex common support helpers, contracts, and traits required by various Rinvex packages. Validator functionality, and basic controller included out-of-the-box.",
|
| 4 | + "type": "library", |
4 | 5 | "keywords": [
|
5 | 6 | "rinvex",
|
6 | 7 | "laravel",
|
|
16 | 17 | "homepage": "https://rinvex.com/marketplace/rinvex-support/",
|
17 | 18 | "support": {
|
18 | 19 |
|
19 |
| - "issues": "https://github.com/rinvex/support/issues", |
20 |
| - "source": "https://github.com/rinvex/support", |
21 |
| - "docs": "https://github.com/rinvex/support/blob/master/README.md" |
| 20 | + "issues": "https://github.com/rinvex/laravel-support/issues", |
| 21 | + "source": "https://github.com/rinvex/laravel-support", |
| 22 | + "docs": "https://github.com/rinvex/laravel-support/blob/master/README.md" |
22 | 23 | },
|
23 | 24 | "authors": [
|
24 | 25 | {
|
|
34 | 35 | },
|
35 | 36 | {
|
36 | 37 | "name": "The Generous Laravel Community",
|
37 |
| - "homepage": "https://github.com/rinvex/support/contributors" |
| 38 | + "homepage": "https://github.com/rinvex/laravel-support/contributors" |
38 | 39 | }
|
39 | 40 | ],
|
40 | 41 | "require": {
|
41 | 42 | "php": "^7.1.3",
|
42 |
| - "illuminate/auth": "~5.6.0", |
43 |
| - "illuminate/bus": "~5.6.0", |
44 |
| - "illuminate/contracts": "~5.6.0", |
45 |
| - "illuminate/http": "~5.6.0", |
46 |
| - "illuminate/routing": "~5.6.0", |
47 |
| - "illuminate/support": "~5.6.0", |
48 |
| - "illuminate/validation": "~5.6.0", |
| 43 | + "illuminate/auth": "~5.7.0", |
| 44 | + "illuminate/bus": "~5.7.0", |
| 45 | + "illuminate/contracts": "~5.7.0", |
| 46 | + "illuminate/http": "~5.7.0", |
| 47 | + "illuminate/routing": "~5.7.0", |
| 48 | + "illuminate/support": "~5.7.0", |
| 49 | + "illuminate/validation": "~5.7.0", |
49 | 50 | "spatie/laravel-schemaless-attributes": "~1.1.0",
|
50 | 51 | "watson/validating": "^3.1.0"
|
51 | 52 | },
|
52 | 53 | "require-dev": {
|
53 |
| - "codedungeon/phpunit-result-printer": "^0.19.0", |
| 54 | + "codedungeon/phpunit-result-printer": "^0.22.0", |
54 | 55 | "phpunit/phpunit": "^7.0.0"
|
55 | 56 | },
|
56 | 57 | "autoload": {
|
|
66 | 67 | "Rinvex\\Support\\Tests\\": "tests"
|
67 | 68 | }
|
68 | 69 | },
|
| 70 | + "scripts": { |
| 71 | + "test": "vendor/bin/phpunit" |
| 72 | + }, |
69 | 73 | "config": {
|
70 | 74 | "sort-packages": true,
|
71 | 75 | "preferred-install": "dist",
|
72 | 76 | "optimize-autoloader": true
|
73 | 77 | },
|
74 |
| - "extra": { |
75 |
| - "branch-alias": { |
76 |
| - "dev-master": "1.0-dev" |
77 |
| - } |
78 |
| - }, |
79 | 78 | "minimum-stability": "dev",
|
80 | 79 | "prefer-stable": true
|
81 | 80 | }
|
0 commit comments