|
27 | 27 | }, |
28 | 28 | "require": { |
29 | 29 | "php": ">=8.2", |
| 30 | + "contributte/console": "^0.10.0", |
30 | 31 | "ext-yaml": ">=2.0", |
31 | 32 | "ext-json": ">=1.7", |
32 | 33 | "ext-zip": ">=1.15", |
| 34 | + "latte/latte": "^3.0", |
33 | 35 | "nette/application": "^3.1", |
34 | 36 | "nette/bootstrap": "^3.1", |
35 | 37 | "nette/caching": "^3.1", |
|
39 | 41 | "nette/forms": "^3.1", |
40 | 42 | "nette/http": "^3.1", |
41 | 43 | "nette/mail": "^4.0", |
| 44 | + "nette/neon": "^3.2", |
42 | 45 | "nette/robot-loader": "^4.0", |
43 | 46 | "nette/safe-stream": "^3.0", |
44 | 47 | "nette/security": "^3.1", |
45 | 48 | "nette/utils": "^4.0", |
46 | | - "nette/neon": "^3.2", |
47 | | - "latte/latte": "^3.0", |
48 | | - "tracy/tracy": "^2.8", |
49 | | - "contributte/console": "^0.10.0", |
50 | | - "nettrine/orm": "^0.8.3", |
51 | | - "nettrine/dbal": "^0.8.0", |
52 | | - "nettrine/migrations": "^0.9.0", |
| 49 | + "nettrine/dbal": "^0.9.0", |
53 | 50 | "nettrine/extensions-atlantic18": "^0.6.0", |
| 51 | + "nettrine/orm": "^0.9.0", |
| 52 | + "nettrine/migrations": "^0.9.0", |
| 53 | + "tracy/tracy": "^2.8", |
54 | 54 | "guzzlehttp/guzzle": "~7.4", |
55 | 55 | "symfony/process": "^7.1", |
56 | 56 | "firebase/php-jwt": "^6.3", |
|
65 | 65 | "mockery/mockery": "@stable", |
66 | 66 | "mikey179/vfsstream": "@stable", |
67 | 67 | "nette/tester": "^2.4", |
68 | | - "phpstan/phpstan": "^1.11", |
69 | | - "phpstan/phpstan-nette": "^1.3", |
70 | | - "vrana/adminer": "^5.4" |
| 68 | + "phpstan/phpstan": "^2.1", |
| 69 | + "phpstan/phpstan-nette": "^2.0" |
71 | 70 | }, |
72 | 71 | "minimum-stability": "dev", |
73 | 72 | "prefer-stable": true |
|
0 commit comments