Skip to content

Commit 4e66bcb

Browse files
committed
initial commit
0 parents  commit 4e66bcb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name" : "vulnerable/project",
3+
"description" : "A sample vulnerable project",
4+
"require" : {
5+
"php" : ">=5.3.2",
6+
"symfony/symfony": "2.3.1",
7+
"yiisoft/yii": "1.1.14",
8+
"zendframework/zendframework": "2.1.0",
9+
"aws/aws-sdk-php": "3.0.0",
10+
"doctrine/common": "2.5.0"
11+
}
12+
}

0 commit comments

Comments
 (0)