Skip to content

Commit

Permalink
[composer] Set dependencies for 4.5.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Feb 5, 2024
1 parent e004024 commit 190d997
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"require-dev": {
"symfony/var-dumper": "^5.0",
"ibexa/code-style": "^1.0",
"ibexa/design-engine": "~4.5.0@dev",
"ibexa/core": "~4.5.0@dev",
"ibexa/doctrine-schema": "~4.5.0@dev",
"ibexa/design-engine": "~4.5.0",
"ibexa/core": "~4.5.0",
"ibexa/doctrine-schema": "~4.5.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
"phpunit/phpunit": "^9.5.10",
"phpunit/phpunit": "^9.5.10",
"phpstan/phpstan": "^0.12.99"
},
"scripts": {
Expand All @@ -56,4 +56,4 @@
"composer/package-versions-deprecated": true
}
}
}
}

0 comments on commit 190d997

Please sign in to comment.