Skip to content

Commit

Permalink
Merge pull request #1133 from unoplatform/mergify/bp/release/stable/5…
Browse files Browse the repository at this point in the history
….5/pr-1128

fix: Add config as requirement for http and loc (backport #1128)
  • Loading branch information
jeromelaban authored Nov 29, 2024
2 parents 9d0456e + d386041 commit 5181f22
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,10 @@
"dependencyInjection": {
"RequiredValues": [ "true" ],
"MoreInformation": "Dependency Injection is required"
},
"configuration":{
"RequiredValues": [ "true" ],
"MoreInformation": "Configuration is required"
}
}
},
Expand All @@ -428,6 +432,10 @@
"dependencyInjection": {
"RequiredValues": [ "true" ],
"MoreInformation": "Dependency Injection is required"
},
"configuration":{
"RequiredValues": [ "true" ],
"MoreInformation": "Configuration is required"
}
}
},
Expand Down

0 comments on commit 5181f22

Please sign in to comment.