From 7a5398d70a629fb716d0bdeb56c47401538b99fd Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Mon, 15 Sep 2025 20:08:15 -0400 Subject: [PATCH 1/4] Renamed Sil Internation to Sil Global As per recent organizational rename. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ec252c9..f969b5c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 SIL International, Inc. +Copyright (c) 2015 SIL Global, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 81339b35be605da8031fe1941e445dd286719c01 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Mon, 15 Sep 2025 20:08:48 -0400 Subject: [PATCH 2/4] Fixed README.md unit testing link First, it needed the silinternational to sil-org rename, but it also pointed to master. The current branch is main now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22007f4..343548b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ environment variable's value can be split into an array automatically. ## Build Status -![Unit Tests](https://github.com/silinternational/php-env/actions/workflows/test.yml/badge.svg?branch=master) +![Unit Tests](https://github.com/sil-org/php-env/actions/workflows/test.yml/badge.svg?branch=main) ## Setup From 170c1dc502e5331b95aebdfce3444e45c7c0a4b0 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Mon, 15 Sep 2025 20:09:47 -0400 Subject: [PATCH 3/4] Rename silinternational to sil-org So it reflects the new github location --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c0662b3..0536302 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "silinternational/php-env", + "name": "sil-org/php-env", "description": "Simple PHP library for getting (or requiring) environment variables, designed to handle true, false, and null more intelligently. If desired, an environment variable's value can be split into an array automatically.", "type": "library", "license": "MIT", From 9c3e10350139f0be50fb5a111e8735db2e81e32d Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Mon, 15 Sep 2025 20:13:18 -0400 Subject: [PATCH 4/4] Add CODEOWNERS file Making sure it is sil-org php-dev's --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..cd5c2be --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @sil-org/php-devs