Skip to content

Commit

Permalink
Add the composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslavlibal committed Jul 8, 2017
1 parent bb2bf73 commit 2b8406d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "jaroslavlibal/datetime",
"description": "DateTime helpers",
"license": [
"MIT"
],
"autoload": {
"psr-4": {
"JaroslavLibal\\DateTime\\": "src/JaroslavLibal/DateTime"
}
},
"require": {
"php": "^7.0"
}
}

0 comments on commit 2b8406d

Please sign in to comment.