Skip to content

Commit

Permalink
Adding HttpHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Dec 6, 2023
1 parent 9f78c26 commit 991c8a1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/http-factory"
topics = ["sonsofphp", "sons-of-php", "php", "php-library", "psr-17", "http-factory"]
},
http-handler = {
name = "http-handler"
description = "[read-only] HttpHandler component"
homepage_url = "https://docs.sonsofphp.com/components/http-handler"
topics = ["sonsofphp", "sons-of-php", "php", "psr-15", "http-handler"]
},
http_message = {
name = "http-message"
description = "[read-only] http-message component"
Expand Down Expand Up @@ -279,6 +285,10 @@ variable "github_sonsofphp_labels" {
name = "Cookie"
color = "5319e7"
},
HttpHandler = {
name = "HttpHandler"
color = "5319e7"
},
Link = {
name = "Link"
color = "5319e7"
Expand Down

0 comments on commit 991c8a1

Please sign in to comment.