-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·37 lines (37 loc) · 929 Bytes
/
composer.json
File metadata and controls
executable file
·37 lines (37 loc) · 929 Bytes
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": "jmleroy/phpfiddler",
"description": "tiny custom fiddler for PHP scripts",
"repositories": [
{
"type": "package",
"package": {
"name": "jgthms/minireset.css",
"version": "0.0.3",
"dist": {
"url": "https://github.com/jgthms/minireset.css/archive/0.0.3.zip",
"type": "zip"
}
}
}
],
"require": {
"scrivo/highlight.php": "^9.0",
"silex/silex": "^2.1",
"league/commonmark": "^0.15.4",
"twig/twig": "^1.34",
"symfony/twig-bridge": "^3.3",
"phpunit/php-timer": "^1.0"
},
"autoload": {
"psr-4": {
"": "src/"
}
},
"license": "GPLv3",
"authors": [
{
"name": "Jean-Marc Leroy",
"email": "jean-marc@lg21.be"
}
]
}