Skip to content

Commit c97f52a

Browse files
committed
Bump to 4.0
1 parent 28cd825 commit c97f52a

1 file changed

Lines changed: 27 additions & 28 deletions

File tree

composer.json

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,36 +16,35 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.2",
20-
"ibexa/core": "^4.6",
21-
"ibexa/content-forms": "^4.6",
22-
"symfony/mailer": "^5.4",
23-
"netgen/ibexa-forms-bundle": "^4.0",
24-
"netgen/ibexa-site-api": "^6.1",
25-
"netgen/ibexa-fieldtype-enhanced-link": "^1.1",
26-
"netgen/information-collection-bundle": "^3.0",
27-
"netgen/siteaccess-routes-bundle": "^3.0",
28-
"netgen/content-type-list-bundle": "^3.0",
29-
"netgen/enhanced-selection-bundle": "^5.1",
30-
"netgen/birthday-bundle": "^3.0",
31-
"netgen/open-graph-bundle": "^3.0",
32-
"netgen/tagsbundle": "^5.0",
33-
"twig/twig": "^3.9",
34-
"doctrine/orm": "^2.14",
35-
"knplabs/knp-menu-bundle": "^3.2",
36-
"sensio/framework-extra-bundle": "^6.2",
37-
"sebastianfeldmann/git": "^3.8",
19+
"php": "^8.3",
20+
"ibexa/core": "^5.0",
21+
"ibexa/content-forms": "^5.0",
22+
"symfony/mailer": "^7.3",
23+
"netgen/ibexa-forms-bundle": "^5.0",
24+
"netgen/ibexa-site-api": "^7.0",
25+
"netgen/ibexa-fieldtype-enhanced-link": "^2.0",
26+
"netgen/information-collection-bundle": "^4.0",
27+
"netgen/siteaccess-routes-bundle": "^4.0",
28+
"netgen/content-type-list-bundle": "^4.0",
29+
"netgen/enhanced-selection-bundle": "^6.0",
30+
"netgen/birthday-bundle": "^4.0",
31+
"netgen/open-graph-bundle": "^4.0",
32+
"netgen/tagsbundle": "^6.0",
33+
"twig/twig": "^3.22",
34+
"doctrine/orm": "^2.20",
35+
"knplabs/knp-menu-bundle": "^3.6",
36+
"sebastianfeldmann/git": "^3.15",
3837
"mailerlite/mailerlite-api-v2-php-sdk": "^0.3.2",
39-
"netgen/ibexa-search-extra": "^3.6"
38+
"netgen/ibexa-search-extra": "^4.0"
4039
},
4140
"require-dev": {
42-
"netgen/layouts-standard": "^1.4",
43-
"netgen/layouts-ibexa": "^1.4",
44-
"php-cs-fixer/shim": "^3.14",
45-
"phpstan/phpstan": "^1.9",
46-
"phpstan/phpstan-strict-rules": "^1.4",
47-
"phpstan/phpstan-symfony": "^1.2",
48-
"phpstan/phpstan-doctrine": "^1.3"
41+
"netgen/layouts-standard": "^2.0",
42+
"netgen/layouts-ibexa": "^2.0",
43+
"php-cs-fixer/shim": "^3.90",
44+
"phpstan/phpstan": "^2.1",
45+
"phpstan/phpstan-strict-rules": "^2.0",
46+
"phpstan/phpstan-symfony": "^2.0",
47+
"phpstan/phpstan-doctrine": "^2.0"
4948
},
5049
"conflict": {
5150
"netgen/layouts-ibexa": "<1.4.11"
@@ -66,7 +65,7 @@
6665
},
6766
"extra": {
6867
"branch-alias": {
69-
"dev-master": "3.4.x-dev"
68+
"dev-master": "4.0.x-dev"
7069
}
7170
}
7271
}

0 commit comments

Comments
 (0)