Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Aug 3, 2013
1 parent 8bfb8cd commit 4418f97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
composer.lock
composer.phar
vendor/*
.idea/*
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "jflitton/php-di-zf2",
"name": "mnapoli/php-di-zf2",
"type": "library",
"description": "Integrates PHP-DI to Zend Framework 2",
"homepage": "http://jflitton.github.com/PHP-DI-ZF2/",
"homepage": "https://github.com/mnapoli/PHP-DI-ZF2/",
"license": "MIT",
"autoload": {
"psr-0": {
"DI\\ZendFramework2": "src/"
}
},
"require": {
"mnapoli/php-di": ">=3.3.0",
"mnapoli/php-di": "~3.3.0",
"zendframework/zendframework": ">2.2.0rc1"
}
}

0 comments on commit 4418f97

Please sign in to comment.