Skip to content

Commit

Permalink
common-contract
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Nov 11, 2023
1 parent 74b287f commit 739ff82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ variable "github_readonly_repos" {
topics = ["sonsofphp", "sons-of-php", "bard-php", "monorepo", "php", "php8"]
},
# Contracts
core_contract = {
name = "core-contract"
common_contract = {
name = "common-contract"
description = "[read-only] Generic PHP Interfaces"
homepage_url = "https://docs.sonsofphp.com/contracts/core"
homepage_url = "https://docs.sonsofphp.com/contracts/common"
topics = ["sonsofphp", "sons-of-php", "php", "stdlib"]
},
cqrs_contract = {
Expand Down

0 comments on commit 739ff82

Please sign in to comment.