Skip to content

Commit 4385204

Browse files
committed
1 parent 9d0cc48 commit 4385204

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "jbrinley/wp-router",
3+
"description": "Provides a simple API for mapping requests to callback functions.",
4+
"type": "wordpress-plugin",
5+
"authors": [
6+
{
7+
"name": "Jonathan Brinley",
8+
"email": "jonathan@flightless.us"
9+
}
10+
],
11+
"require": {
12+
"php": ">=5.2.0"
13+
},
14+
"minimum-stability": "dev"
15+
}

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Creating or changing routes should always occur in the context of the `wp_router
145145
= 0.6 =
146146

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

149150
= 0.5 =
150151

0 commit comments

Comments
 (0)