Skip to content

Commit

Permalink
[composer] Set dependencies for 2.3.20 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 17, 2023
1 parent 454e5cc commit 9ac8b35
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"symfony/translation": "^5.0",
"symfony/translation-contracts": "^2.0",
"twig/twig": "^3.0",
"ezsystems/ezplatform-kernel": "^1.3@dev",
"ezsystems/ezplatform-content-forms": "^1.3@dev",
"ezsystems/ezplatform-rest": "^1.3@dev",
"ezsystems/ezplatform-http-cache": "^2.0@dev"
"ezsystems/ezplatform-kernel": "^1.3",
"ezsystems/ezplatform-content-forms": "^1.3",
"ezsystems/ezplatform-rest": "^1.3",
"ezsystems/ezplatform-http-cache": "^2.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.1@dev",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/ezplatform-solr-search-engine": "^3.3@dev",
"ibexa/ci-scripts": "^0.1",
"ezsystems/doctrine-dbal-schema": "^1.0",
"ezsystems/ezplatform-solr-search-engine": "^3.3",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-symfony": "^1.2",
"phpstan/phpstan-phpunit": "^1.3",
Expand Down Expand Up @@ -76,4 +76,4 @@
"config": {
"allow-plugins": false
}
}
}

0 comments on commit 9ac8b35

Please sign in to comment.