Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed May 17, 2024
1 parent 524490c commit ecc2337
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 @@ -27,7 +27,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.6.x-dev",
"ibexa/core": "~4.6",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/http-foundation": "^5.0",
Expand All @@ -41,7 +41,7 @@
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.0",
"ibexa/code-style": "^1.0",
"ibexa/doctrine-schema": "~4.6.x-dev",
"ibexa/doctrine-schema": "~4.6",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
Expand All @@ -61,4 +61,4 @@
"config": {
"allow-plugins": false
}
}
}

0 comments on commit ecc2337

Please sign in to comment.