Skip to content

Commit

Permalink
adding stdlib (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes authored Oct 1, 2024
1 parent bb52249 commit 6ec7f35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/components/state-machine"
topics = ["sonsofphp", "sons-of-php", "php", "state-machine"]
},
stdlib = {
name = "stdlib"
description = "[read-only] Standard Library"
homepage_url = "https://docs.sonsofphp.com/components/stdlib"
topics = ["sonsofphp", "sons-of-php", "php", "stdlib"]
},
user-agent = {
name = "user-agent"
description = "[read-only] User Agent"
Expand Down Expand Up @@ -406,6 +412,12 @@ variable "github_readonly_repos" {
homepage_url = "https://docs.sonsofphp.com/contracts/state-machine"
topics = ["sonsofphp", "sons-of-php", "php", "state-machine"]
},
stdlib-contract = {
name = "stdlib-contract"
description = "[read-only] Standard Library Contact"
homepage_url = "https://docs.sonsofphp.com/contracts/stdlib"
topics = ["sonsofphp", "sons-of-php", "php", "stdlib"]
},
user-agent-contract = {
name = "user-agent-contract"
description = "[read-only] User Agent Contact"
Expand Down

0 comments on commit 6ec7f35

Please sign in to comment.