Skip to content

Commit

Permalink
[composer] Set dependencies for 2.3.22 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Jul 14, 2022
1 parent 8a41e6e commit fb779e5
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"description": "eZ Platform Admin v2",
"autoload": {
"psr-4": {
"EzSystems\\EzPlatformAdminUiBundle\\": "src/bundle/",
"EzSystems\\EzPlatformAdminUi\\": "src/lib/",
"Ibexa\\AdminUi\\": "src/lib/"
"EzSystems\\EzPlatformAdminUiBundle\\": "src/bundle/",
"EzSystems\\EzPlatformAdminUi\\": "src/lib/",
"Ibexa\\AdminUi\\": "src/lib/"
}
},
"autoload-dev": {
"psr-4": { "EzSystems\\EzPlatformAdminUi\\Tests\\": "src/lib/Tests" }
"psr-4": {
"EzSystems\\EzPlatformAdminUi\\Tests\\": "src/lib/Tests"
}
},
"require": {
"php": "^7.3 || ^8.0",
Expand All @@ -33,13 +35,13 @@
"symfony/asset": "^5.0",
"symfony/yaml": "^5.0",
"jms/translation-bundle": "^1.5",
"ezsystems/ezplatform-kernel": "^1.3.10@dev",
"ezsystems/ezplatform-content-forms": "^1.3@dev",
"ezsystems/ezplatform-design-engine": "^3.0@dev",
"ezsystems/ezplatform-user": "^2.0@dev",
"ezsystems/ezplatform-richtext": "^2.0@dev",
"ezsystems/ezplatform-rest": "^1.0@dev",
"ezsystems/ezplatform-search": "^1.0@dev",
"ezsystems/ezplatform-kernel": "^1.3.10",
"ezsystems/ezplatform-content-forms": "^1.3",
"ezsystems/ezplatform-design-engine": "^3.0",
"ezsystems/ezplatform-user": "^2.0",
"ezsystems/ezplatform-richtext": "^2.0",
"ezsystems/ezplatform-rest": "^1.0",
"ezsystems/ezplatform-search": "^1.0",
"babdev/pagerfanta-bundle": "^2.1",
"knplabs/knp-menu-bundle": "^3.0",
"mck89/peast": "^1.9",
Expand All @@ -49,14 +51,14 @@
"twig/string-extra": "^3.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.1@dev",
"ezsystems/behatbundle": "^8.3@dev",
"ibexa/ci-scripts": "^0.1",
"ezsystems/behatbundle": "^8.3",
"friendsofphp/php-cs-fixer": "^2.16.0",
"phpunit/phpunit": "^8.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/doctrine-dbal-schema": "^1.0",
"ezsystems/ezplatform-code-style": "^1.0",
"ezsystems/ezplatform-http-cache": "^2.3@dev"
"ezsystems/ezplatform-http-cache": "^2.3"
},
"scripts": {
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots",
Expand All @@ -68,4 +70,4 @@
"dev-master": "2.3.x-dev"
}
}
}
}

0 comments on commit fb779e5

Please sign in to comment.