We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d0cc48 + 4385204 commit d53c31eCopy full SHA for d53c31e
2 files changed
composer.json
@@ -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
@@ -145,6 +145,7 @@ Creating or changing routes should always occur in the context of the `wp_router
145
= 0.6 =
146
147
* Make magic methods public to avoid fatal with PHP 7.3
148
+* Add `composer.json` to ease others' including
149
150
= 0.5 =
151
0 commit comments