Skip to content

Commit

Permalink
Merge pull request #58 from Automattic/aaronjbap/npf-tag
Browse files Browse the repository at this point in the history
handle npf and jsnpf tags with redvelvet
  • Loading branch information
aaronjbaptiste authored Dec 10, 2024
2 parents 37b89cc + 84e69e4 commit 7f5ef9f
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 136 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
}
],
"require": {
"php": ">=7.3",
"ext-json": "*"
"php": ">=8.2",
"ext-json": "*",
"cupcacke-labs/redvelvet-lib": "dev-trunk"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
Expand All @@ -21,6 +22,12 @@
"wp-cli/wp-cli-bundle": "^2.11",
"automattic/jetpack-codesniffer": "^4.0"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:Automattic/redvelvet-lib.git"
}
],
"autoload": {
"psr-4": {
"CupcakeLabs\\T3\\": "src/"
Expand Down
Loading

0 comments on commit 7f5ef9f

Please sign in to comment.