Skip to content

Commit

Permalink
[composer] Set dependencies for 2.3.27 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Oct 7, 2022
1 parent c0a831a commit d3c9347
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"require": {
"php": "^7.3 || ^8.0",
"ezsystems/ezplatform-kernel": "^1.3@dev",
"ezsystems/ezplatform-kernel": "^1.3",
"symfony/asset": "^5.3.0",
"symfony/config": "^5.3.0",
"symfony/dependency-injection": "^5.3.0",
Expand All @@ -34,8 +34,8 @@
"symfony/http-kernel": "^5.3.0"
},
"require-dev": {
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/ezplatform-code-style": "^1.0@dev",
"ezsystems/doctrine-dbal-schema": "^1.0",
"ezsystems/ezplatform-code-style": "^1.0",
"friendsofphp/php-cs-fixer": "^2.15",
"phpunit/phpunit": "^8.3.5",
"matthiasnoback/symfony-dependency-injection-test": "^4.2"
Expand All @@ -53,4 +53,4 @@
"config": {
"sort-packages": true
}
}
}

0 comments on commit d3c9347

Please sign in to comment.