1
0
Fork 0

Add lock file

pull/248/head
Jordi Boggiano 2012-01-23 10:02:16 +01:00
parent 7222c111ed
commit 9e332a1fe3
2 changed files with 17 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,5 +2,4 @@
/.project
/.buildpath
/composer.phar
/composer.lock
/vendor

17
composer.lock generated Normal file
View File

@ -0,0 +1,17 @@
{
"hash": "9c243b2c15fdc7c3e35c5200d704ba53",
"packages": [
{
"package": "symfony\/finder",
"version": "2.1.0-dev"
},
{
"package": "symfony\/console",
"version": "2.1.0-dev"
},
{
"package": "symfony\/process",
"version": "2.1.0-dev"
}
]
}