Skip to content

Commit

Permalink
fuck it
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Sep 12, 2024
1 parent 1fe82e5 commit bb52249
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -635,48 +635,26 @@ resource "github_repository" "sonsofphp" {
name = "sonsofphp"
description = "Mother Repository - All Development is done here"
homepage_url = "https://docs.sonsofphp.com"
# MAX of 20
topics = [
"hacktoberfest",
"sons-of-php",
"sonsofphp",
"php",
"php-contract",
"php-library",
"php8",
"bard-php",
"prospect-php",
"assert",
"cache",
"clock",
"container",
"cookie",
"cqrs",
"event-dispatcher",
"event-sourcing",
"feature-toggle",
"filesystem",
"http-factory",
"http-handler",
"http-message",
"json",
"link",
"logger",
"mailer",
"money",
"pager",
"state-machine",
"version",
"psr-3",
"psr-6",
"psr-7",
"psr-11",
"psr-13",
"psr-14",
"psr-15",
"psr-16",
"psr-17",
"psr-18",
"psr-20",
]
visibility = "public"
vulnerability_alerts = true
Expand Down

0 comments on commit bb52249

Please sign in to comment.