Skip to content

Commit

Permalink
[TMP] Required Symfony 6 dev branches of Ibexa packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Nov 27, 2024
1 parent 6730a7e commit c8fed82
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 @@ -10,9 +10,9 @@
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ext-dom": "*",
"ibexa/test-core": "~5.0.x-dev",
"ext-json": "*",
"ibexa/test-core": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"justinrainbow/json-schema": "^5.2",
"symfony/browser-kit": "^5.4",
"symfony/mime": "^5.4",
Expand All @@ -22,8 +22,8 @@
},
"require-dev": {
"ibexa/code-style": "^1.1",
"ibexa/core": "~5.0.x-dev",
"ibexa/doctrine-schema": "~5.0.x-dev",
"ibexa/core": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"ibexa/doctrine-schema": "dev-ibx-8470-symfony-6 as 5.0.x-dev",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9"
Expand Down

0 comments on commit c8fed82

Please sign in to comment.