Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.0-beta4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Dec 18, 2023
1 parent 9f2866f commit b116124
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"symfony/asset": "^5.0",
"symfony/yaml": "^5.0",
"jms/translation-bundle": "^1.5",
"ibexa/core": "~4.6.0@dev",
"ibexa/content-forms": "~4.6.0@dev",
"ibexa/design-engine": "~4.6.0@dev",
"ibexa/user": "~4.6.0@dev",
"ibexa/fieldtype-richtext": "~4.6.0@dev",
"ibexa/rest": "~4.6.0@dev",
"ibexa/search": "~4.6.x-dev",
"ibexa/core": "~4.6.0@beta",
"ibexa/content-forms": "~4.6.0@beta",
"ibexa/design-engine": "~4.6.0@beta",
"ibexa/user": "~4.6.0@beta",
"ibexa/fieldtype-richtext": "~4.6.0@beta",
"ibexa/rest": "~4.6.0@beta",
"ibexa/search": "~4.6@beta",
"babdev/pagerfanta-bundle": "^2.1",
"knplabs/knp-menu-bundle": "^3.0",
"mck89/peast": "^1.9",
Expand All @@ -65,15 +65,15 @@
},
"require-dev": {
"dama/doctrine-test-bundle": "^v6.7",
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/behat": "~4.6.0@dev",
"ibexa/ci-scripts": "^0.2@beta",
"ibexa/behat": "~4.6.0@beta",
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^8.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"ibexa/doctrine-schema": "~4.6.0@dev",
"ibexa/http-cache": "~4.6.0@dev",
"ibexa/doctrine-schema": "~4.6.0@beta",
"ibexa/http-cache": "~4.6.0@beta",
"ibexa/code-style": "^1.0",
"ibexa/test-core": "^0.1.x-dev",
"ibexa/test-core": "^0.1@beta",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
Expand All @@ -88,7 +88,10 @@
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots",
"check-cs": "@fix-cs --dry-run",
"phpstan": "phpstan analyse",
"test": ["@test-unit", "@test-integration"],
"test": [
"@test-unit",
"@test-integration"
],
"test-unit": "phpunit -c phpunit.xml",
"test-integration": "phpunit -c phpunit.integration.xml"
},
Expand All @@ -97,4 +100,4 @@
"dev-main": "4.6.x-dev"
}
}
}
}

0 comments on commit b116124

Please sign in to comment.