Skip to content

Commit

Permalink
[composer] Set dependencies for 1.3.13 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Feb 17, 2023
1 parent 7dc9e90 commit d8838ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^7.3 || ^8.0",
"ext-json": "*",
"ezsystems/ezplatform-kernel": "^1.3@dev",
"ezsystems/ezplatform-kernel": "^1.3",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/http-foundation": "^5.0",
Expand All @@ -22,11 +22,11 @@
"jms/translation-bundle": "^1.5"
},
"require-dev": {
"ibexa/ci-scripts": "^0.1@dev",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/behatbundle": "^8.3@dev",
"ezsystems/ezplatform-http-cache": "^2.3@dev",
"ezsystems/ezplatform-rest": "^1.3@dev",
"ibexa/ci-scripts": "^0.1",
"ezsystems/doctrine-dbal-schema": "^1.0",
"ezsystems/behatbundle": "^8.3",
"ezsystems/ezplatform-http-cache": "^2.3",
"ezsystems/ezplatform-rest": "^1.3",
"phpunit/phpunit": "^8.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"behat/behat": "^3.5",
Expand Down Expand Up @@ -65,4 +65,4 @@
"check-cs": "@fix-cs --dry-run",
"test": "phpunit -c phpunit.xml.dist"
}
}
}

0 comments on commit d8838ac

Please sign in to comment.