Skip to content

Commit

Permalink
remove lock, as not needed in a library, update gitignore and compose…
Browse files Browse the repository at this point in the history
…r.json
  • Loading branch information
danez committed Oct 1, 2014
1 parent 77f26bc commit 03d1ca0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 319 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
composer.phar
vendor
/build/
/vendor/
/composer.phar
/composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"require": {
"php":">=5.3.2",
"zendframework/zend-code":"*",
"doctrine/annotations" : "*",
"zendframework/zend-code":"~2.0",
"doctrine/annotations" : "~1.0",
"psr/log":"*"
},
"autoload": {
Expand Down
314 changes: 0 additions & 314 deletions composer.lock

This file was deleted.

0 comments on commit 03d1ca0

Please sign in to comment.