|
36 | 36 | "symfony/runtime": "7.3.*", |
37 | 37 | "symfony/yaml": "7.3.*", |
38 | 38 |
|
39 | | - "novactive/ezseobundle": "^7.0.4", |
40 | | - "sentry/sentry-symfony": "^4.13", |
41 | | - "twig/twig": "^3.9", |
42 | | - "twig/intl-extra": "^3.9", |
43 | | - "tanoconsulting/ibexa-migration-bundle": "^1.0", |
| 39 | + "novactive/ezseobundle": "^7.3", |
| 40 | + "sentry/sentry-symfony": "^5.8", |
| 41 | + "twig/intl-extra": "^3.22", |
| 42 | + "mrk-te/ibexa-migration-bundle2": "^3.0", |
44 | 43 |
|
45 | | - "netgen/media-site-data": "^3.3", |
46 | | - "netgen/site-bundle": "^3.4", |
47 | | - "netgen/site-installer-bundle": "^3.1", |
48 | | - "netgen/ibexa-site-api": "^6.1.2", |
49 | | - "netgen/ibexa-search-extra": "^3.2.1", |
50 | | - "netgen/information-collection-bundle": "^3.0@alpha", |
51 | | - "netgen/ibexa-fieldtype-enhanced-link": "^1.1.2", |
52 | | - "netgen/ibexa-admin-ui-extra": "^1.3.0", |
53 | | - "netgen/toolbar": "^1.0", |
54 | | - "netgen/ibexa-scheduled-visibility": "^1.0", |
| 44 | + "netgen/media-site-data": "^4.0", |
| 45 | + "netgen/site-bundle": "^4.0", |
| 46 | + "netgen/site-installer-bundle": "^4.0", |
| 47 | + "netgen/ibexa-site-api": "^7.0", |
| 48 | + "netgen/ibexa-search-extra": "^4.0", |
| 49 | + "netgen/information-collection-bundle": "^4.0@alpha", |
| 50 | + "netgen/ibexa-fieldtype-enhanced-link": "^2.0", |
| 51 | + "netgen/ibexa-admin-ui-extra": "^2.0", |
| 52 | + "netgen/toolbar": "^2.0", |
| 53 | + "netgen/ibexa-scheduled-visibility": "^2.0", |
55 | 54 |
|
56 | | - "netgen/layouts-standard": "~1.4.0", |
57 | | - "netgen/layouts-ibexa": "~1.4.0", |
58 | | - "netgen/layouts-ibexa-site-api": "~1.4.0", |
59 | | - "netgen/layouts-ibexa-relation-list-query": "^1.4", |
60 | | - "netgen/layouts-ibexa-tags-query": "^1.4" |
| 55 | + "netgen/layouts-standard": "~2.0.0", |
| 56 | + "netgen/layouts-ibexa": "~2.0.0", |
| 57 | + "netgen/layouts-ibexa-site-api": "~2.0.0", |
| 58 | + "netgen/layouts-ibexa-relation-list-query": "^2.0", |
| 59 | + "netgen/layouts-ibexa-tags-query": "^2.0" |
61 | 60 | }, |
62 | 61 | "require-dev": { |
63 | 62 | "symfony/debug-bundle": "7.3.*", |
64 | 63 | "symfony/stopwatch": "7.3.*", |
65 | 64 | "symfony/web-profiler-bundle": "7.3.*", |
66 | 65 |
|
67 | | - "netgen/git-hooks": "^2.5", |
| 66 | + "netgen/git-hooks": "^3.0", |
68 | 67 | "deployer/recipes": "^6.2", |
69 | | - "phpstan/phpstan": "^1.10", |
70 | | - "phpstan/extension-installer": "^1.3", |
71 | | - "phpstan/phpstan-strict-rules": "^1.5", |
72 | | - "phpstan/phpstan-symfony": "^1.3", |
73 | | - "phpstan/phpstan-doctrine": "^1.3", |
74 | | - "php-cs-fixer/shim": "^3.50", |
75 | | - "phpunit/phpunit": "^9.5", |
76 | | - "symfony/browser-kit": "5.4.*", |
77 | | - "symfony/css-selector": "5.4.*", |
78 | | - "symfony/phpunit-bridge": "5.4.*" |
| 68 | + "phpstan/phpstan": "^2.1", |
| 69 | + "phpstan/extension-installer": "^1.4", |
| 70 | + "phpstan/phpstan-strict-rules": "^2.0", |
| 71 | + "phpstan/phpstan-symfony": "^2.0", |
| 72 | + "phpstan/phpstan-doctrine": "^2.0", |
| 73 | + "php-cs-fixer/shim": "^3.91", |
| 74 | + "phpunit/phpunit": "^12.5", |
| 75 | + "symfony/browser-kit": "7.3.*", |
| 76 | + "symfony/css-selector": "7.3.*", |
| 77 | + "symfony/phpunit-bridge": "7.3.*" |
79 | 78 | }, |
80 | | - "repositories": [ |
81 | | - { "type": "vcs", "url": "https://github.com/netgen/NovaeZSEOBundle.git" } |
82 | | - ], |
83 | 79 | "config": { |
84 | 80 | "allow-plugins": { |
85 | 81 | "composer/package-versions-deprecated": true, |
|
128 | 124 | ], |
129 | 125 | "ibexa-assets": [ |
130 | 126 | "yarn ibexa-generate-tsconfig --use-relative-paths", |
131 | | - "@php bin/console ibexa:encore:compile --config-name app", |
132 | 127 | "@php bin/console bazinga:js-translation:dump public/assets --merge-domains", |
133 | 128 | "@php bin/console ibexa:encore:compile --frontend-configs-name ibexa,internals,libs,richtext", |
134 | 129 | "@php bin/console ibexa:encore:compile" |
|
0 commit comments