|
38 | 38 | "minimum-stability" : "stable",
|
39 | 39 |
|
40 | 40 | "require" : {
|
41 |
| - "php": ">=8.0.0|>=8.1.0", |
42 |
| - "ext-json": "*", |
43 |
| - "consistence-community/consistence": "^2.1", |
44 |
| - "cweagans/composer-patches": "^1.7", |
45 |
| - "doctrine/annotations": "^1.13", |
46 |
| - "doctrine/orm": "^2.6", |
47 |
| - "fig/http-message-util": "^1.1", |
48 |
| - "ipub/json-api-document": "^0.2", |
49 |
| - "neomerx/json-api": "^4.0", |
50 |
| - "nette/bootstrap": "^3.1", |
51 |
| - "nette/di": "^3.0", |
52 |
| - "nette/utils": "^3.2", |
53 |
| - "phpdocumentor/reflection-docblock": "^5.3", |
54 |
| - "psr/http-factory": "^1.0", |
55 |
| - "psr/http-message": "^1.0", |
56 |
| - "psr/http-server-middleware": "^1.0", |
57 |
| - "psr/log": "^1.1|^3.0", |
58 |
| - "ramsey/uuid": "^4.2" |
| 41 | + "php" : ">=8.1.0", |
| 42 | + "ext-json" : "*", |
| 43 | + "consistence-community/consistence" : "^2.1", |
| 44 | + "cweagans/composer-patches" : "^1.7", |
| 45 | + "doctrine/annotations" : "^1.13", |
| 46 | + "doctrine/orm" : "^2.6", |
| 47 | + "fig/http-message-util" : "^1.1", |
| 48 | + "ipub/json-api-document" : "^0.2", |
| 49 | + "neomerx/json-api" : "^4.0", |
| 50 | + "nette/bootstrap" : "^3.1", |
| 51 | + "nette/di" : "^3.0", |
| 52 | + "nette/utils" : "^3.2", |
| 53 | + "phpdocumentor/reflection-docblock" : "^5.3", |
| 54 | + "psr/http-factory" : "^1.0", |
| 55 | + "psr/http-message" : "^1.0", |
| 56 | + "psr/http-server-middleware" : "^1.0", |
| 57 | + "psr/log" : "^1.1|^3.0", |
| 58 | + "ramsey/uuid" : "^4.2" |
59 | 59 | },
|
60 | 60 |
|
61 | 61 | "require-dev" : {
|
62 |
| - "contributte/translation": "^0.9", |
63 |
| - "fastybird/web-server": "^0.8", |
64 |
| - "mockery/mockery": "^1.4", |
65 |
| - "ninjify/nunjuck": "^0.3", |
66 |
| - "ninjify/qa": "^0.13", |
67 |
| - "pds/skeleton": "^1.0", |
68 |
| - "phpstan/extension-installer": "^1.1", |
69 |
| - "phpstan/phpstan": "^1.3", |
70 |
| - "phpstan/phpstan-deprecation-rules": "^1.0", |
71 |
| - "phpstan/phpstan-doctrine": "^1.0", |
72 |
| - "phpstan/phpstan-nette": "^1.0", |
73 |
| - "phpstan/phpstan-strict-rules": "^1.1", |
74 |
| - "tracy/tracy": "^2.9" |
| 62 | + "contributte/translation" : "^0.9", |
| 63 | + "fastybird/web-server" : "^0.8", |
| 64 | + "mockery/mockery" : "^1.4", |
| 65 | + "ninjify/nunjuck" : "^0.3", |
| 66 | + "orisai/coding-standard" : "^3.2", |
| 67 | + "pds/skeleton" : "^1.0", |
| 68 | + "php-parallel-lint/php-parallel-lint" : "^1.3", |
| 69 | + "phpstan/extension-installer" : "^1.1", |
| 70 | + "phpstan/phpstan" : "^1.3", |
| 71 | + "phpstan/phpstan-deprecation-rules" : "^1.0", |
| 72 | + "phpstan/phpstan-doctrine" : "^1.0", |
| 73 | + "phpstan/phpstan-nette" : "^1.0", |
| 74 | + "phpstan/phpstan-strict-rules" : "^1.1", |
| 75 | + "tracy/tracy" : "^2.9" |
75 | 76 | },
|
76 | 77 |
|
77 | 78 | "suggest" : {
|
|
93 | 94 |
|
94 | 95 | "config" : {
|
95 | 96 | "sort-packages" : true,
|
96 |
| - "allow-plugins": { |
97 |
| - "dealerdirect/phpcodesniffer-composer-installer": true, |
98 |
| - "cweagans/composer-patches": true, |
99 |
| - "phpstan/extension-installer": true |
| 97 | + "allow-plugins" : { |
| 98 | + "dealerdirect/phpcodesniffer-composer-installer" : true, |
| 99 | + "cweagans/composer-patches" : true, |
| 100 | + "phpstan/extension-installer" : true |
100 | 101 | }
|
101 | 102 | },
|
102 | 103 |
|
|
0 commit comments