Skip to content

Commit

Permalink
[composer] Set dependencies for 2.2.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Feb 18, 2022
1 parent c6413aa commit 21aeede
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
}
},
"autoload-dev": {
"psr-4": {
"EzSystems\\EzPlatformMatrixFieldtype\\Integration\\Tests\\": "tests/integration/"
}
"psr-4": {
"EzSystems\\EzPlatformMatrixFieldtype\\Integration\\Tests\\": "tests/integration/"
}
},
"require": {
"php": "^7.3 || ^8.0",
"ext-libxml": "*",
"ext-simplexml": "*",
"ezsystems/ezplatform-kernel": "^1.3@dev",
"ezsystems/ezplatform-content-forms": "^1.3@dev",
"ezsystems/ezplatform-graphql": "^2.3@dev",
"ezsystems/ezplatform-kernel": "^1.3",
"ezsystems/ezplatform-content-forms": "^1.3",
"ezsystems/ezplatform-graphql": "^2.3",
"symfony/http-kernel": "^5.0",
"symfony/console": "^5.0",
"symfony/config": "^5.0",
Expand All @@ -36,18 +36,18 @@
"symfony/options-resolver": "^5.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.1@dev",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/ez-support-tools": "^2.3@dev",
"ezsystems/ezplatform-admin-ui": "^2.3@dev",
"ezsystems/ezplatform-user": "^2.3@dev",
"ezsystems/ezplatform-richtext": "^2.3@dev",
"ezsystems/ezplatform-rest": "^1.3@dev",
"ezsystems/ezplatform-design-engine": "^3.0@dev",
"ibexa/ci-scripts": "^0.1",
"ezsystems/doctrine-dbal-schema": "^1.0",
"ezsystems/ez-support-tools": "^2.3",
"ezsystems/ezplatform-admin-ui": "^2.3",
"ezsystems/ezplatform-user": "^2.3",
"ezsystems/ezplatform-richtext": "^2.3",
"ezsystems/ezplatform-rest": "^1.3",
"ezsystems/ezplatform-design-engine": "^3.0",
"ezsystems/ezplatform-code-style": "^0.1.0",
"ezsystems/ezplatform-search": "^1.2@dev",
"ezsystems/ezplatform-core": "^2.3@dev",
"ezsystems/ezplatform-http-cache": "^2.3@dev",
"ezsystems/ezplatform-search": "^1.2",
"ezsystems/ezplatform-core": "^2.3",
"ezsystems/ezplatform-http-cache": "^2.3",
"friendsofphp/php-cs-fixer": "^2.16.0",
"phpunit/phpunit": "^9.5"
},
Expand All @@ -61,4 +61,4 @@
"dev-master": "2.2.x-dev"
}
}
}
}

0 comments on commit 21aeede

Please sign in to comment.