-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "raulfraile/steganography_talk",
"authors": [
{
"name": "Raul Fraile",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "igorw/whitespace-php",
"version": "1.0.1",
"source": {
"url": "https://github.com/igorw/whitespace-php",
"type": "git",
"reference": "master"
},
"autoload": {
"files": ["src/whitespace.php"]
}
}
}
],
"require": {
"raulfraile/ladybug": "~1.0",
"nikic/php-parser": "~1.0",
"symfony/http-foundation": "~2.3",
"kzykhys/steganography": "dev-master",
"picamator/steganographykit": "1.0.0",
"igorw/whitespace-php": "1.0.1"
},
"autoload": {
"psr-4": { "RaulFraile\\Steganography\\": "src/" }
}
}