|
1 | 1 | { |
2 | | - "type": "library", |
3 | | - "name": "zero-to-prod/data-model-helper", |
4 | | - "description": "Helpers for a DataModel.", |
5 | | - "keywords": [ |
6 | | - "zero-to-prod", |
7 | | - "data-model-helper" |
8 | | - ], |
9 | | - "homepage": "https://github.com/zero-to-prod/data-model-helper", |
10 | | - "support": { |
11 | | - "email": "dave0016@gmail.com", |
12 | | - "issues": "https://github.com/zero-to-prod/data-model-helper/issues", |
13 | | - "source": "https://github.com/zero-to-prod/data-model-helper", |
14 | | - "docs": "https://zero-to-prod.github.io/data-model-helper", |
15 | | - "security": "https://github.com/zero-to-prod/data-model-helper/blob/main/SECURITY.md" |
16 | | - }, |
17 | | - "license": "MIT", |
18 | | - "readme": "./README.md", |
19 | | - "authors": [ |
20 | | - { |
21 | | - "name": "David Smith", |
22 | | - "email": "dave0016@gmail.com", |
23 | | - "homepage": "https://davidsmith.blog/", |
24 | | - "role": "maintainer" |
| 2 | + "type": "library", |
| 3 | + "name": "zero-to-prod/data-model-helper", |
| 4 | + "description": "Helpers for a DataModel.", |
| 5 | + "keywords": [ |
| 6 | + "zero-to-prod", |
| 7 | + "data-model-helper" |
| 8 | + ], |
| 9 | + "homepage": "https://github.com/zero-to-prod/data-model-helper", |
| 10 | + "support": { |
| 11 | + "email": "dave0016@gmail.com", |
| 12 | + "issues": "https://github.com/zero-to-prod/data-model-helper/issues", |
| 13 | + "source": "https://github.com/zero-to-prod/data-model-helper", |
| 14 | + "docs": "https://zero-to-prod.github.io/data-model-helper", |
| 15 | + "security": "https://github.com/zero-to-prod/data-model-helper/blob/main/SECURITY.md" |
| 16 | + }, |
| 17 | + "license": "MIT", |
| 18 | + "readme": "./README.md", |
| 19 | + "authors": [ |
| 20 | + { |
| 21 | + "name": "David Smith", |
| 22 | + "email": "dave0016@gmail.com", |
| 23 | + "homepage": "https://davidsmith.blog/", |
| 24 | + "role": "maintainer" |
| 25 | + } |
| 26 | + ], |
| 27 | + "funding": [ |
| 28 | + { |
| 29 | + "type": "GitHub", |
| 30 | + "url": "https://github.com/sponsors/zero-to-prod" |
| 31 | + } |
| 32 | + ], |
| 33 | + "require": { |
| 34 | + "php": ">=8.1.0", |
| 35 | + "zero-to-prod/data-model": "^v81.0.0", |
| 36 | + "zero-to-prod/validate-url": "^71.0", |
| 37 | + "zero-to-prod/validate-email": "^71.0", |
| 38 | + "zero-to-prod/package-helper": "^1.1.3" |
| 39 | + }, |
| 40 | + "autoload": { |
| 41 | + "psr-4": { |
| 42 | + "Zerotoprod\\DataModelHelper\\": "src/" |
| 43 | + } |
| 44 | + }, |
| 45 | + "autoload-dev": { |
| 46 | + "psr-4": { |
| 47 | + "Tests\\": "tests/" |
| 48 | + } |
| 49 | + }, |
| 50 | + "require-dev": { |
| 51 | + "phpunit/phpunit": "<12.0" |
| 52 | + }, |
| 53 | + "bin": [ |
| 54 | + "bin/zero-to-prod-data-model-factory" |
| 55 | + ], |
| 56 | + "suggest": { |
| 57 | + "zero-to-prod/transformable": "Transform a class into different types.", |
| 58 | + "zero-to-prod/data-model-factory": "Factories for a DataModel." |
25 | 59 | } |
26 | | - ], |
27 | | - "funding": [ |
28 | | - { |
29 | | - "type": "GitHub", |
30 | | - "url": "https://github.com/sponsors/zero-to-prod" |
31 | | - } |
32 | | - ], |
33 | | - "require": { |
34 | | - "php": ">=8.1.0", |
35 | | - "zero-to-prod/data-model": "^v81.0.0", |
36 | | - "zero-to-prod/validate-url": "^71.0", |
37 | | - "zero-to-prod/validate-email": "^71.0", |
38 | | - "zero-to-prod/package-helper": "^1.1.3" |
39 | | - }, |
40 | | - "autoload": { |
41 | | - "psr-4": { |
42 | | - "Zerotoprod\\DataModelHelper\\": "src/" |
43 | | - } |
44 | | - }, |
45 | | - "autoload-dev": { |
46 | | - "psr-4": { |
47 | | - "Tests\\": "tests/" |
48 | | - } |
49 | | - }, |
50 | | - "require-dev": { |
51 | | - "phpunit/phpunit": "<12.0" |
52 | | - }, |
53 | | - "suggest": { |
54 | | - "zero-to-prod/transformable": "Transform a class into different types.", |
55 | | - "zero-to-prod/data-model-factory": "Factories for a DataModel." |
56 | | - } |
57 | 60 | } |
0 commit comments