From 438520476bcf1c02058dcf9e7ec835ddf84d1746 Mon Sep 17 00:00:00 2001 From: Clifford Paulick Date: Fri, 8 Nov 2019 13:32:42 -0600 Subject: [PATCH] add composer.json used https://github.com/jbrinley/wp-git-deploy/blob/master/composer.json as a starting point --- composer.json | 15 +++++++++++++++ readme.txt | 1 + 2 files changed, 16 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7bf124b --- /dev/null +++ b/composer.json @@ -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": "jonathan@flightless.us" + } + ], + "require": { + "php": ">=5.2.0" + }, + "minimum-stability": "dev" +} \ No newline at end of file diff --git a/readme.txt b/readme.txt index cb0b55f..3c89fd5 100644 --- a/readme.txt +++ b/readme.txt @@ -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 =