|
1 | 1 | {
|
2 |
| - "name": "creativitykills/nimble", |
3 |
| - "description": "Fast Framework built on Laravel components.", |
4 |
| - "type": "project", |
5 |
| - "license": "MIT", |
6 |
| - "authors": [ |
7 |
| - { |
8 |
| - "name": "Neo Ighodaro", |
9 |
| - |
10 |
| - } |
11 |
| - ], |
12 |
| - "require": { |
13 |
| - "illuminate/routing": "~5.3", |
14 |
| - "illuminate/events": "~5.3", |
15 |
| - "illuminate/config": "~5.3", |
16 |
| - "illuminate/database": "~5.3", |
17 |
| - "illuminate/view": "~5.3", |
18 |
| - "illuminate/filesystem": "~5.3", |
19 |
| - "illuminate/support": "~5.3", |
20 |
| - "illuminate/cache": "~5.3", |
21 |
| - "illuminate/redis": "~5.3", |
22 |
| - "predis/predis": "^1.0", |
23 |
| - "graham-campbell/markdown": "^7.0" |
24 |
| - }, |
25 |
| - "autoload": { |
26 |
| - "psr-4": { |
27 |
| - "App\\": "app/", |
28 |
| - "Nimble\\Component\\": "component/" |
29 |
| - } |
| 2 | + "name": "creativitykills/nimble", |
| 3 | + "description": "Fast Framework built on Laravel components.", |
| 4 | + "type": "project", |
| 5 | + "license": "MIT", |
| 6 | + "authors": [ |
| 7 | + { |
| 8 | + "name": "Neo Ighodaro", |
| 9 | + |
30 | 10 | }
|
| 11 | + ], |
| 12 | + "require": { |
| 13 | + "illuminate/routing": "~7.3", |
| 14 | + "illuminate/events": "~7.3", |
| 15 | + "illuminate/config": "~7.3", |
| 16 | + "illuminate/database": "~7.3", |
| 17 | + "illuminate/view": "~7.3", |
| 18 | + "illuminate/filesystem": "~7.3", |
| 19 | + "illuminate/support": "~7.3", |
| 20 | + "illuminate/cache": "~7.3", |
| 21 | + "illuminate/redis": "~7.3", |
| 22 | + "predis/predis": "^1.0", |
| 23 | + "graham-campbell/markdown": "^12.0.0" |
| 24 | + }, |
| 25 | + "autoload": { |
| 26 | + "psr-4": { |
| 27 | + "App\\": "app/", |
| 28 | + "Nimble\\Component\\": "component/" |
| 29 | + } |
| 30 | + } |
31 | 31 | }
|
0 commit comments