-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[repo] Update ownership and links to point here
- Loading branch information
1 parent
c45730a
commit 3da83d0
Showing
5 changed files
with
49 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,12 +32,6 @@ Project maintainers have the right and responsibility to remove, edit, or reject | |
|
||
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. | ||
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
{ | ||
"name": "rodneyrehm/plist", | ||
"name": "moodlehq/cfpropertylist", | ||
"description": "Library for reading and writing Apple's CFPropertyList (plist) files in XML as well as binary format.", | ||
"keywords": ["Core Foundation", "CFPropertyList", "plist", "apple", "xml", "binary"], | ||
"type": "library", | ||
"homepage": "https://github.com/TECLIB/CFPropertyList", | ||
"homepage": "https://github.com/moodlehq/CFPropertyList", | ||
"license": "MIT", | ||
"require": { | ||
"php": "^7.4 || ^8.0", | ||
"ext-dom": "*", | ||
"ext-libxml": "*" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Andrew Lyons", | ||
"email": "[email protected]", | ||
"role": "developer" | ||
}, | ||
{ | ||
"name": "Andrew Gosali", | ||
"email": "[email protected]", | ||
"role": "developer" | ||
}, | ||
{ | ||
"name": "Christian Kruse", | ||
"email": "[email protected]", | ||
|
@@ -28,11 +38,10 @@ | |
} | ||
], | ||
"support": { | ||
"issues": "https://github.com/TECLIB/CFPropertyList/issues", | ||
"source": "https://github.com/TECLIB/CFPropertyList", | ||
"email": "[email protected]", | ||
"docs": "http://teclib.github.io/CFPropertyList/howtos/", | ||
"rss": "https://teclib.github.io/CFPropertyList/feed.xml" | ||
"issues": "https://github.com/moodlehq/CFPropertyList/issues", | ||
"source": "https://github.com/moodlehq/CFPropertyList", | ||
"docs": "http://moodlehq.github.io/CFPropertyList/howtos/", | ||
"rss": "https://moodlehq.github.io/CFPropertyList/feed.xml" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
|