| 
1 | 1 | {  | 
2 | 2 |   "name": "aternos/model",  | 
3 | 3 |   "description": "PHP library for simple and complex database models",  | 
 | 4 | +  "license": "MIT",  | 
 | 5 | +  "type": "library",  | 
4 | 6 |   "keywords": [  | 
5 | 7 |     "database",  | 
6 | 8 |     "model"  | 
7 | 9 |   ],  | 
8 | 10 |   "readme": "README.md",  | 
9 |  | -  "type": "library",  | 
10 |  | -  "license": "MIT",  | 
11 | 11 |   "authors": [  | 
12 | 12 |     {  | 
13 | 13 |       "name": "Matthias Neid",  | 
14 | 14 |  | 
15 | 15 |     }  | 
16 | 16 |   ],  | 
17 | 17 |   "support": {  | 
18 |  | -    "source": "https://github.com/aternosorg/php-model",  | 
19 |  | -    "issues": "https://github.com/aternosorg/php-model/issues"  | 
 | 18 | +    "issues": "https://github.com/aternosorg/php-model/issues",  | 
 | 19 | +    "source": "https://github.com/aternosorg/php-model"  | 
20 | 20 |   },  | 
21 |  | -  "minimum-stability": "stable",  | 
22 | 21 |   "require": {  | 
23 | 22 |     "php": ">=8.3",  | 
24 | 23 |     "ext-json": "*",  | 
 | 
28 | 27 |   "require-dev": {  | 
29 | 28 |     "phpunit/phpunit": "^10.5"  | 
30 | 29 |   },  | 
 | 30 | +  "suggest": {  | 
 | 31 | +    "ext-cassandra": "To use the Cassandra NoSQL driver",  | 
 | 32 | +    "ext-mysqli": "To use the Mysqli Relational driver",  | 
 | 33 | +    "ext-redis": "To use the Redis Cache driver",  | 
 | 34 | +    "shyim/opensearch-php-dsl": "OpenSearch DSL query builder"  | 
 | 35 | +  },  | 
 | 36 | +  "minimum-stability": "stable",  | 
31 | 37 |   "autoload": {  | 
32 | 38 |     "psr-4": {  | 
33 | 39 |       "Aternos\\Model\\": "src/"  | 
34 | 40 |     }  | 
35 | 41 |   },  | 
36 | 42 |   "autoload-dev": {  | 
37 | 43 |     "psr-4": {  | 
38 |  | -      "Aternos\\Model\\Test\\Tests\\": "test/tests/",  | 
39 |  | -      "Aternos\\Model\\Test\\Src\\": "test/src/"  | 
 | 44 | +      "Aternos\\Model\\Test\\Src\\": "test/src/",  | 
 | 45 | +      "Aternos\\Model\\Test\\Tests\\": "test/tests/"  | 
40 | 46 |     }  | 
41 |  | -  },  | 
42 |  | -  "suggest": {  | 
43 |  | -    "ext-redis": "To use the Redis Cache driver",  | 
44 |  | -    "ext-cassandra": "To use the Cassandra NoSQL driver",  | 
45 |  | -    "ext-mysqli": "To use the Mysqli Relational driver",  | 
46 |  | -    "shyim/opensearch-php-dsl": "OpenSearch DSL query builder"  | 
47 | 47 |   }  | 
48 | 48 | }  | 
0 commit comments