Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoegel committed Jul 9, 2015
0 parents commit cb263c7
Show file tree
Hide file tree
Showing 24 changed files with 1,856 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "dnoegel/php-argparse",
"description": "PHP argument parser",
"type": "library",
"license": "MIT",
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"Argparse\\": "src/"
}
}
}
Loading

0 comments on commit cb263c7

Please sign in to comment.