Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.17 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Mar 4, 2025
1 parent 3e1aefc commit ba87eaf
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 @@ -7,8 +7,8 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.6.x-dev",
"ibexa/doctrine-schema": "~4.6.x-dev",
"ibexa/core": "~4.6",
"ibexa/doctrine-schema": "~4.6",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/event-dispatcher": "^5.4",
Expand All @@ -19,7 +19,7 @@
"require-dev": {
"dama/doctrine-test-bundle": "^6.7",
"ibexa/code-style": "^1.1",
"ibexa/test-core": "0.1.x-dev",
"ibexa/test-core": "0.1",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^9.0",
Expand Down Expand Up @@ -61,4 +61,4 @@
"allow-plugins": false,
"sort-packages": true
}
}
}

0 comments on commit ba87eaf

Please sign in to comment.