Skip to content

Commit

Permalink
composer.json packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
nilzao committed Dec 23, 2014
1 parent 754afe0 commit fb41916
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "rock/dbal",
"description": "Database Abstraction Layer for php 5.1.6",
"license": "MIT",
"authors": [
{
"name": "Andre Nils",
"email": "nilzao@gmail.com"
}
],
"require": {
"php": ">=5.1.6"
},
"autoload": {
"psr-0": {
"": "src/"
}
}
}

0 comments on commit fb41916

Please sign in to comment.