Skip to content

Commit

Permalink
add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffordp committed Nov 8, 2019
1 parent 9d0cc48 commit 4385204
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "jbrinley/wp-router",
"description": "Provides a simple API for mapping requests to callback functions.",
"type": "wordpress-plugin",
"authors": [
{
"name": "Jonathan Brinley",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.2.0"
},
"minimum-stability": "dev"
}
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Creating or changing routes should always occur in the context of the `wp_router
= 0.6 =

* Make magic methods public to avoid fatal with PHP 7.3
* Add `composer.json` to ease others' including

= 0.5 =

Expand Down

0 comments on commit 4385204

Please sign in to comment.