Skip to content

Commit 90d65b0

Browse files
committed
Adjust dependencies for 5.0
1 parent dc4f0a0 commit 90d65b0

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/backend-ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
php:
45-
- '7.4'
4645
- '8.3'
4746

4847
steps:

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"ibexa-dxp"
77
],
88
"require": {
9-
"php": "^7.4 || ^8.0",
10-
"ibexa/core": "4.6.x-dev",
11-
"ibexa/doctrine-schema": "4.6.x-dev"
9+
"php": ">=8.3",
10+
"ibexa/core": "5.0.x-dev",
11+
"ibexa/doctrine-schema": "5.0.x-dev"
1212
},
1313
"require-dev": {
1414
"ibexa/code-style": "~2.0.0",
15-
"phpstan/phpstan": "^1.10",
16-
"phpstan/phpstan-phpunit": "^1.3",
17-
"phpstan/phpstan-strict-rules": "^1.6",
18-
"phpstan/phpstan-symfony": "^1.3",
15+
"phpstan/phpstan": "^2",
16+
"phpstan/phpstan-phpunit": "^2",
17+
"phpstan/phpstan-strict-rules": "^2",
18+
"phpstan/phpstan-symfony": "^2",
1919
"phpunit/phpunit": "^9"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)