Skip to content

Commit

Permalink
[composer] Set dependencies for 4.5.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 22, 2023
1 parent f688f79 commit 2b5803a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.5.0@dev",
"ibexa/core": "~4.5.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/http-foundation": "^5.0",
Expand All @@ -38,7 +38,7 @@
"phpunit/phpunit": "^8.5",
"friendsofphp/php-cs-fixer": "^3.0",
"ibexa/code-style": "^1.0",
"ibexa/doctrine-schema": "~4.5.0@dev"
"ibexa/doctrine-schema": "~4.5.0"
},
"scripts": {
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots",
Expand All @@ -50,4 +50,4 @@
"dev-main": "4.5.x-dev"
}
}
}
}

0 comments on commit 2b5803a

Please sign in to comment.