-
Erick Hitter authorede8bdf711
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Composer.
Learn more
composer.json 522 B
{
"name" : "ethitter/automatically-paginate-posts",
"description" : "Automatically paginate posts by inserting the `<!--nextpage-->` Quicktag.",
"homepage" : "https://ethitter.com/",
"type" : "wordpress-plugin",
"keywords" : [ "paginate", "nextpage", "Quicktag" ],
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Erick Hitter",
"email" : "wp@ethitter.com",
"homepage" : "https://ethitter.com/"
}
],
"require" : {
"php" : ">=5.6.0"
}
}