diff --git a/.gitignore b/.gitignore index 485dee64bcfb48793379b200a1afd14e85a8aaf4..d08ff8b2dcb2bbe4e62a5fd92acaed28017cc7ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .idea + +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000000000000000000000000000000000000..ba872b6a7f00b582165828d7b43e284f4b69c01c --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "petr_kuril/kphp_cron-expression", + "description": "Cron Parser for KPHP", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "Johnny Dealer", + "email": "Johnny_Dealer@mail.ru" + } + ], + "minimum-stability": "alpha", + "require": {} +}