Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aryehbeitz committed Nov 28, 2017
0 parents commit 4e66bcb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name" : "vulnerable/project",
"description" : "A sample vulnerable project",
"require" : {
"php" : ">=5.3.2",
"symfony/symfony": "2.3.1",
"yiisoft/yii": "1.1.14",
"zendframework/zendframework": "2.1.0",
"aws/aws-sdk-php": "3.0.0",
"doctrine/common": "2.5.0"
}
}

0 comments on commit 4e66bcb

Please sign in to comment.