Skip to content

Commit

Permalink
Merge pull request #9 from diegojromerolopez/master
Browse files Browse the repository at this point in the history
composer.json file for Packagist
  • Loading branch information
diegojromerolopez authored Jan 1, 2017
2 parents 8f2eb77 + 966af6e commit 7dbe211
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "intelligenia/lulo",
"type": "library",
"description": "A minimal ORM for PHP inspired by Django",
"keywords": ["orm","database", "layer"],
"license": "MIT",
"authors": [
{
"name": "Diego J. Romero López",
"email": "[email protected]",
"homepage": "https://www.linkedin.com/in/diegojromerolopez",
"role": "Main Developer"
},
{
"name": "Gerardo Fernández",
"email": "[email protected]",
"homepage": "http://www.intelligenia.com/equipo#equipo/gerardo",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"twig/twig": "1.24.0",
"adodb/adodb-php": "5.20.4"
}
}

0 comments on commit 7dbe211

Please sign in to comment.