Skip to content

Commit

Permalink
Adjust dependencies for 5.0 (#2)
Browse files Browse the repository at this point in the history
* Adjust dependencies for `5.0`

* added missing branch-alias
  • Loading branch information
konradoboza authored Dec 19, 2024
1 parent dc4f0a0 commit 3f00777
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/backend-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
fail-fast: false
matrix:
php:
- '7.4'
- '8.3'

steps:
Expand Down
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"ibexa-dxp"
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "4.6.x-dev",
"ibexa/doctrine-schema": "4.6.x-dev"
"php": ">=8.3",
"ibexa/core": "5.0.x-dev",
"ibexa/doctrine-schema": "5.0.x-dev"
},
"require-dev": {
"ibexa/code-style": "~2.0.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
"phpstan/phpstan-strict-rules": "^1.6",
"phpstan/phpstan-symfony": "^1.3",
"phpstan/phpstan": "^2",
"phpstan/phpstan-phpunit": "^2",
"phpstan/phpstan-strict-rules": "^2",
"phpstan/phpstan-symfony": "^2",
"phpunit/phpunit": "^9"
},
"autoload": {
Expand Down Expand Up @@ -45,6 +45,9 @@
"allow-plugins": false
},
"extra": {
"branch-alias": {
"dev-main": "5.0.x-dev"
},
"phpstan": {
"includes": [
"extension.neon"
Expand Down

0 comments on commit 3f00777

Please sign in to comment.