|
1 | 1 | { |
2 | 2 | "name": "complex-heart/domain-model", |
3 | | - "description": "Domain model toolset to properly build Value Objects, Entities, Aggregates and Services.", |
| 3 | + "description": "Domain model toolset to properly build Value Objects, Entities and Aggregates.", |
4 | 4 | "type": "library", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "authors": [ |
7 | 7 | { |
8 | 8 | "name": "Unay Santisteban", |
9 | | - "email": "usantisteban@othercode.es" |
| 9 | + "email": "usantisteban@othercode.io" |
10 | 10 | } |
11 | 11 | ], |
12 | 12 | "minimum-stability": "stable", |
13 | 13 | "require": { |
14 | | - "php": "^8.1.0", |
| 14 | + "php": "^8.0", |
15 | 15 | "ext-json": "*", |
16 | 16 | "ramsey/uuid": "^4.1", |
17 | 17 | "nesbot/carbon": "^2.40", |
18 | | - "illuminate/collections": "^9.0.0", |
| 18 | + "illuminate/collections": "^9.0.0|^10.0", |
19 | 19 | "lambdish/phunctional": "^2.1", |
20 | | - "doctrine/instantiator": "^1.4", |
21 | | - "complex-heart/contracts": "^1.0.0" |
| 20 | + "doctrine/instantiator": "^1.0|^2.0", |
| 21 | + "complex-heart/contracts": "^1.0" |
22 | 22 | }, |
23 | 23 | "require-dev": { |
24 | | - "pestphp/pest": "^1.22.3", |
25 | | - "pestphp/pest-plugin-mock": "^1.0.0", |
26 | | - "pestphp/pest-plugin-faker": "^1.0.0", |
27 | | - "phpstan/phpstan": "^1.9.0" |
| 24 | + "pestphp/pest": "^1.0|^2.0", |
| 25 | + "pestphp/pest-plugin-mock": "^1.0|^2.0", |
| 26 | + "pestphp/pest-plugin-faker": "^1.0|^2.0", |
| 27 | + "phpstan/phpstan": "^1.0" |
28 | 28 | }, |
29 | 29 | "autoload": { |
30 | 30 | "psr-4": { |
|
0 commit comments