|
10 | 10 | "psr-4": { |
11 | 11 | "Ibexa\\AdminUi\\": "src/lib/", |
12 | 12 | "Ibexa\\Bundle\\AdminUi\\": "src/bundle/", |
13 | | - "Ibexa\\Contracts\\AdminUi\\": "src/contracts/", |
14 | | - "EzSystems\\EzPlatformAdminUiBundle\\": "src/bundle/", |
15 | | - "EzSystems\\EzPlatformAdminUi\\": "src/lib/", |
16 | | - "EzSystems\\EzPlatformEncoreBundle\\": "src/bundle/", |
17 | | - "Ibexa\\Platform\\Bundle\\Assets\\": "src/bundle/", |
18 | | - "Ibexa\\Platform\\Assets\\": "src/lib/" |
| 13 | + "Ibexa\\Contracts\\AdminUi\\": "src/contracts/" |
19 | 14 | } |
20 | 15 | }, |
21 | 16 | "autoload-dev": { |
|
26 | 21 | } |
27 | 22 | }, |
28 | 23 | "require": { |
29 | | - "php": "^7.4 || ^8.0", |
| 24 | + "php": " >=8.3", |
30 | 25 | "ext-json": "*", |
31 | | - "symfony/deprecation-contracts": "^2.5", |
32 | | - "symfony/http-foundation": "^5.0", |
33 | | - "symfony/security-core": "^5.0", |
34 | | - "symfony/security-http": "^5.0", |
35 | | - "symfony/translation": "^5.0", |
36 | | - "symfony/validator": "^5.0", |
37 | | - "symfony/form": "^5.0", |
38 | | - "symfony/http-kernel": "^5.0", |
39 | | - "symfony/config": "^5.0", |
40 | | - "symfony/dependency-injection": "^5.0", |
41 | | - "symfony/console": "^5.0", |
42 | | - "symfony/event-dispatcher": "^5.0", |
43 | | - "symfony/filesystem": "^5.0", |
44 | | - "symfony/routing": "^5.0", |
45 | | - "symfony/options-resolver": "^5.0", |
46 | | - "symfony/asset": "^5.0", |
47 | | - "symfony/yaml": "^5.0", |
48 | | - "symfony/webpack-encore-bundle": "^v1.17", |
49 | | - "jms/translation-bundle": "^1.5", |
50 | | - "ibexa/core": "~4.6.0@dev", |
51 | | - "ibexa/content-forms": "~4.6.0@dev", |
52 | | - "ibexa/design-engine": "~4.6.0@dev", |
53 | | - "ibexa/user": "~4.6.0@dev", |
54 | | - "ibexa/fieldtype-richtext": "~4.6.0@dev", |
55 | | - "ibexa/rest": "~4.6.0@dev", |
| 26 | + "babdev/pagerfanta-bundle": "^4.5", |
| 27 | + "ibexa/content-forms": "~5.0.x-dev", |
| 28 | + "ibexa/core": "~5.0.x-dev", |
| 29 | + "ibexa/design-engine": "~5.0.x-dev", |
56 | 30 | "ibexa/polyfill-php82": "^1.0", |
57 | | - "ibexa/search": "~4.6.x-dev", |
58 | | - "ibexa/twig-components": "~4.6.x-dev", |
59 | | - "babdev/pagerfanta-bundle": "^2.1", |
| 31 | + "ibexa/rest": "~5.0.x-dev", |
| 32 | + "ibexa/search": "~5.0.x-dev", |
| 33 | + "ibexa/twig-components": "~5.0.x-dev", |
| 34 | + "ibexa/user": "~5.0.x-dev", |
| 35 | + "jms/translation-bundle": "^2.4", |
60 | 36 | "knplabs/knp-menu-bundle": "^3.0", |
61 | 37 | "mck89/peast": "^1.9", |
62 | | - "willdurand/js-translation-bundle": "^4.0", |
63 | | - "twig/twig": "^3.0", |
| 38 | + "symfony/asset": "^7.2", |
| 39 | + "symfony/config": "^7.2", |
| 40 | + "symfony/console": "^7.2", |
| 41 | + "symfony/dependency-injection": "^7.2", |
| 42 | + "symfony/deprecation-contracts": "^2.5 || ^3.0", |
| 43 | + "symfony/event-dispatcher": "^7.2", |
| 44 | + "symfony/filesystem": "^7.2", |
| 45 | + "symfony/form": "^7.2", |
| 46 | + "symfony/http-foundation": "^7.2", |
| 47 | + "symfony/http-kernel": "^7.2", |
| 48 | + "symfony/options-resolver": "^7.2", |
| 49 | + "symfony/routing": "^7.2", |
| 50 | + "symfony/security-core": "^7.2", |
| 51 | + "symfony/security-http": "^7.2", |
| 52 | + "symfony/translation": "^7.2", |
| 53 | + "symfony/validator": "^7.2", |
| 54 | + "symfony/webpack-encore-bundle": "^2.2", |
| 55 | + "symfony/yaml": "^7.2", |
64 | 56 | "twig/intl-extra": "^3.0", |
65 | | - "twig/string-extra": "^3.0" |
| 57 | + "twig/string-extra": "^3.0", |
| 58 | + "twig/twig": "^3.0", |
| 59 | + "willdurand/js-translation-bundle": "^6.1" |
66 | 60 | }, |
67 | 61 | "require-dev": { |
68 | 62 | "ext-zip": "*", |
69 | | - "dama/doctrine-test-bundle": "^v6.7", |
70 | | - "ibexa/ci-scripts": "^0.2@dev", |
71 | | - "ibexa/behat": "~4.6.0@dev", |
72 | | - "friendsofphp/php-cs-fixer": "^3.0", |
73 | | - "phpunit/phpunit": "^9.5", |
74 | | - "matthiasnoback/symfony-dependency-injection-test": "^4.0", |
75 | | - "ibexa/doctrine-schema": "~4.6.0@dev", |
76 | | - "ibexa/http-cache": "~4.6.0@dev", |
77 | | - "ibexa/code-style": "^1.3.x-dev", |
78 | | - "ibexa/notifications": "~4.6.0@dev", |
79 | | - "ibexa/test-rest": "^0.1.x-dev", |
80 | | - "ibexa/test-core": "^0.1.x-dev", |
| 63 | + "dama/doctrine-test-bundle": "^8.2", |
| 64 | + "ibexa/behat": "~5.0.x-dev", |
| 65 | + "ibexa/code-style": "~2.0.0", |
| 66 | + "ibexa/doctrine-schema": "~5.0.x-dev", |
| 67 | + "ibexa/http-cache": "~5.0.x-dev", |
| 68 | + "ibexa/notifications": "~5.0.x-dev", |
| 69 | + "ibexa/rector": "~5.0.x-dev", |
| 70 | + "ibexa/test-core": "~5.0.x-dev", |
| 71 | + "ibexa/test-rest": "~5.0.x-dev", |
| 72 | + "matthiasnoback/symfony-dependency-injection-test": "^5.0", |
81 | 73 | "phpstan/phpstan": "^2.0", |
82 | 74 | "phpstan/phpstan-phpunit": "^2.0", |
83 | | - "phpstan/phpstan-symfony": "^2.0" |
| 75 | + "phpstan/phpstan-symfony": "^2.0", |
| 76 | + "phpunit/phpunit": "^9.5" |
84 | 77 | }, |
85 | 78 | "config": { |
86 | 79 | "allow-plugins": { |
87 | 80 | "*": false |
88 | | - } |
| 81 | + }, |
| 82 | + "sort-packages": true |
89 | 83 | }, |
90 | 84 | "scripts": { |
91 | 85 | "fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots", |
|
100 | 94 | }, |
101 | 95 | "extra": { |
102 | 96 | "branch-alias": { |
103 | | - "dev-main": "4.6.x-dev" |
| 97 | + "dev-main": "5.0.x-dev" |
104 | 98 | } |
105 | 99 | } |
106 | 100 | } |
0 commit comments