Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Dec 7, 2023
1 parent 30fa781 commit 96e00b8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
}
],
"require": {
"ibexa/core": "^4.0",
"php": "^8.1",
"ibexa/core": "^4.4",
"twig/twig": "^3.0"
},
"require-dev": {
"ibexa/fieldtype-richtext": "^4.0",
"phpunit/phpunit": "^8.5",
"matthiasnoback/symfony-config-test": "^4.1",
"matthiasnoback/symfony-dependency-injection-test": "^4.1"
"ibexa/fieldtype-richtext": "^4.4",
"phpunit/phpunit": "^9.6",
"matthiasnoback/symfony-config-test": "^5.0",
"matthiasnoback/symfony-dependency-injection-test": "^5.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -45,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "3.1.x-dev"
}
}
}

0 comments on commit 96e00b8

Please sign in to comment.