|
13 | 13 | "typertion/php": "~1.0.1" |
14 | 14 | }, |
15 | 15 | "require-dev": { |
16 | | - "codeception/codeception": "^4.1.20", |
17 | | - "codeception/phpunit-wrapper": "^9.0.6", |
18 | | - "codeception/module-asserts": "^1.3.1", |
19 | | - "phpunit/phpunit": "^9.5.4", |
20 | | - "phpstan/phpstan": "^1.0", |
21 | | - "phpstan/extension-installer": "^1.1.0", |
22 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
23 | | - "ninjify/qa": "^0.12.1", |
24 | | - "codeception/module-phpbrowser": "^1.0.2", |
25 | | - "ramsey/uuid": "^4.1.1", |
26 | | - "doctrine/dbal": "^2.13.1", |
27 | | - "symfony/serializer": "^5.2.7", |
28 | | - "doctrine/annotations": "^1.13.1", |
29 | | - "superbalist/flysystem-google-storage": "^7.2.2", |
30 | | - "symfony/filesystem": "^5.2.7", |
31 | | - "tracy/tracy": "^2.8.4", |
32 | | - "nette/http": "^3.1.1", |
33 | | - "latte/latte": "^2.10.3 || ^3.0.0", |
34 | | - "nette/forms": "^3.1.3", |
| 16 | + "codeception/codeception": "^5.0.13", |
| 17 | + "codeception/module-asserts": "^3.0.0", |
| 18 | + "codeception/module-phpbrowser": "^3.0.1", |
| 19 | + "codeception/phpunit-wrapper": "^9.0.9", |
| 20 | + "doctrine/annotations": "^1.14.3", |
| 21 | + "doctrine/dbal": "^3.7.2", |
| 22 | + "imagine/imagine": "^1.3.5", |
| 23 | + "latte/latte": "^3.0.12", |
35 | 24 | "nette/application": "^3.1.2", |
36 | | - "nette/di": "^3.0.8", |
37 | | - "imagine/imagine": "^1.2.4", |
| 25 | + "nette/di": "^3.1.8", |
| 26 | + "nette/forms": "^3.1.14", |
| 27 | + "nette/http": "^3.2.3", |
| 28 | + "nettrine/orm": "^0.8.4", |
| 29 | + "contributte/qa": "^0.4", |
| 30 | + "contributte/phpunit": "^0.2", |
| 31 | + "contributte/phpstan": "^0.1", |
| 32 | + "ramsey/uuid": "^4.7.5", |
38 | 33 | "spatie/temporary-directory": "^1.3.0", |
39 | | - "symfony/http-foundation": "^5.2.8", |
40 | | - "symfony/dependency-injection": "^5.2.8", |
41 | | - "symfony/http-kernel": "^5.2.8", |
42 | | - "nettrine/orm": "^0.8.1" |
| 34 | + "superbalist/flysystem-google-storage": "^7.2.2", |
| 35 | + "symfony/dependency-injection": "^7.0.0", |
| 36 | + "symfony/filesystem": "^7.0.0", |
| 37 | + "symfony/http-foundation": "^7.0.0", |
| 38 | + "symfony/http-kernel": "^7.0.0", |
| 39 | + "symfony/serializer": "^7.0.0", |
| 40 | + "tracy/tracy": "^2.10.5" |
43 | 41 | }, |
44 | 42 | "autoload": { |
45 | 43 | "psr-4": { |
46 | | - "Contributte\\Imagist\\": "src/" |
| 44 | + "Contributte\\Imagist\\": "src" |
47 | 45 | } |
48 | 46 | }, |
49 | 47 | "autoload-dev": { |
50 | 48 | "psr-4": { |
51 | | - "Contributte\\Imagist\\Testing\\": "tests/src", |
52 | | - "Contributte\\Imagist\\Testing\\Unit\\": "tests/unit", |
53 | | - "Contributte\\Imagist\\Testing\\Functional\\": "tests/functional" |
| 49 | + "Tests\\": "tests" |
54 | 50 | } |
55 | 51 | }, |
| 52 | + "minimum-stability": "dev", |
| 53 | + "prefer-stable": true, |
56 | 54 | "config": { |
| 55 | + "sort-packages": true, |
57 | 56 | "allow-plugins": { |
58 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
59 | | - "phpstan/extension-installer": true |
| 57 | + "dealerdirect/phpcodesniffer-composer-installer": true |
| 58 | + } |
| 59 | + }, |
| 60 | + "extra": { |
| 61 | + "branch-alias": { |
| 62 | + "dev-master": "0.2.x-dev" |
60 | 63 | } |
61 | 64 | } |
62 | 65 | } |
0 commit comments