Skip to content

Commit

Permalink
NGSTACK-793: add dependencies and bump master alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Aug 2, 2023
1 parent 533af5f commit 928abfb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"phpunit/phpunit": "^9.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"netgen/tagsbundle": "^5.0.x-dev",
"netgen/ibexa-fieldtype-enhanced-link": "^1.0",
"composer/package-versions-deprecated": "*"
},
"replace": {
Expand All @@ -30,7 +31,8 @@
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"netgen/tagsbundle": "Allows using Tag relation Query Types and named Tag objects"
"netgen/tagsbundle": "Allows using Tag relation Query Types and named Tag objects",
"netgen/ibexa-fieldtype-enhanced-link": "Field Type supporting internal/external links with rendering options"
},
"autoload": {
"psr-4": {
Expand All @@ -46,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.2-dev"
"dev-master": "5.3-dev"
}
},
"scripts": {
Expand Down

0 comments on commit 928abfb

Please sign in to comment.