summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rwxr-xr-xcomposer.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100755
index 0000000..9789d13
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,26 @@
+{
+ "name": "tplaner/when",
+ "type": "library",
+ "description": "Date/Calendar recursion library.",
+ "keywords": ["recurrence", "date", "time", "DateTime", "repeat"],
+ "homepage": "https://github.com/tplaner/When",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Tom Planer",
+ "email": "tplaner@gmail.com"
+ }
+ ],
+ "require": {
+ "php": ">=7.1.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^7.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "When\\": "src/"
+ }
+ },
+ "minimum-stability": "dev"
+}