-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.11 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.11 KB
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
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sroze/Pygments.php"
}
],
"require": {
"silex/silex": "^1.3",
"twig/twig": "^1.23",
"symfony/form": "^3.0",
"symfony/security-csrf": "^3.0",
"symfony/twig-bridge": "^3.0",
"symfony/translation": "^3.0",
"symfony/validator": "^3.0",
"symfony/config": "^3.0",
"zfr/zfr-mailchimp": "dev-master",
"ramsey/twig-codeblock": "^1.0",
"intercom/intercom-php": "^3.0",
"kzykhys/pygments": "dev-symfony-3 as 1.0",
"contentful/contentful": "@beta",
"twig/extensions": "^1.4",
"aptoma/twig-markdown": "^2.0",
"michelf/php-markdown": "^1.7"
},
"require-dev": {
"phpspec/phpspec": "^3.0",
"phpcompatibility/php-compatibility": "dev-master",
"squizlabs/php_codesniffer": "^3.3"
},
"autoload": {"psr-0": {"": "src"}},
"scripts": {
"compatibility": "phpcs -s --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility/ --runtime-set testVersion 7.3-"
}
}