Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into reflection-5
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json
  • Loading branch information
johnbillion committed May 12, 2024
2 parents 50accc5 + 4422ad0 commit 96f820b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ I did not write this code. I just abstracted it so it can be used independently
## Installation

```bash
composer require johnbillion/wp-parser-lib
composer require wp-hooks/parser
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name" : "johnbillion/wp-parser-lib",
"name" : "wp-hooks/parser",
"description": "File scanning and hook parsing functionality from WP Parser.",
"keywords" : ["wordpress"],
"homepage" : "https://github.com/johnbillion/wp-parser-lib",
"homepage" : "https://github.com/wp-hooks/parser",
"type" : "library",
"license" : "GPL-3.0-or-later",
"authors" : [
Expand All @@ -18,11 +18,11 @@
},
{
"name" : "Contributors",
"homepage": "https://github.com/johnbillion/wp-parser-lib/graphs/contributors"
"homepage": "https://github.com/wp-hooks/parser/graphs/contributors"
}
],
"support" : {
"issues": "https://github.com/johnbillion/wp-parser-lib/issues"
"issues": "https://github.com/wp-hooks/parser/issues"
},
"require" : {
"php" : ">=8.2",
Expand Down

0 comments on commit 96f820b

Please sign in to comment.