Skip to content

Commit

Permalink
adding assert component
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Sep 4, 2024
1 parent 766a3c7 commit 2e5b350
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ variable "github_readonly_repos" {
topics = ["sonsofphp", "sons-of-php", "php", "symfony", "symfony-bundle", "pager"]
},
# Components
assert = {
name = "assert"
description = "[read-only] Assert component"
homepage_url = "https://docs.sonsofphp.com/components/assert"
topics = ["sonsofphp", "sons-of-php", "php", "assert"]
},
attribute = {
name = "attribute"
description = "[read-only] Attribute component"
Expand Down

0 comments on commit 2e5b350

Please sign in to comment.