Skip to content

Commit

Permalink
Adding composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Jan 18, 2012
1 parent 43c9147 commit 5d110a0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
@@ -0,0 +1,20 @@
{
"name": "mtdowling/cron-expression",
"type": "library",
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": ["cron", "schedule"],
"license": "MIT",
"authors": [{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}],
"require": {
"php": ">=5.3.2"
},
"autoload": {
"psr-0": {
"Cron": "src/"
}
}
}

0 comments on commit 5d110a0

Please sign in to comment.