This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 loc) · 1.99 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "symplify/markdown-diff",
"description": "Package to print diffs for Markdown",
"license": "MIT",
"require": {
"php": ">=8.0",
"nette/utils": "^3.2",
"sebastian/diff": "^4.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symplify/package-builder": "^10.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"autoload": {
"psr-4": {
"Symplify\\MarkdownDiff\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Symplify\\MarkdownDiff\\Tests\\": "tests"
}
},
"extra": {
"branch-alias": {
"dev-main": "10.2-dev"
}
},
"conflict": {
"symplify/astral": "<10.1.0",
"symplify/composer-json-manipulator": "<10.1.0",
"symplify/easy-coding-standard": "<10.1.0",
"symplify/phpstan-rules": "<10.1.0",
"symplify/easy-testing": "<10.1.0",
"symplify/rule-doc-generator-contracts": "<10.1.0",
"symplify/php-config-printer": "<10.1.0",
"symplify/autowire-array-parameter": "<10.1.0",
"symplify/amnesia": "<10.1.0",
"symplify/phpstan-extensions": "<10.1.0",
"symplify/rule-doc-generator": "<10.1.0",
"symplify/vendor-patches": "<10.1.0",
"symplify/skipper": "<10.1.0",
"symplify/smart-file-system": "<10.1.0",
"symplify/symfony-static-dumper": "<10.1.0",
"symplify/git-wrapper": "<10.1.0",
"symplify/symplify-kernel": "<10.1.0",
"symplify/monorepo-builder": "<10.1.0",
"symplify/config-transformer": "<10.1.0",
"symplify/easy-ci": "<10.1.0",
"symplify/coding-standard": "<10.1.0",
"symplify/latte-phpstan-compiler": "<10.1.0",
"symplify/template-phpstan-compiler": "<10.1.0",
"symplify/phpstan-latte-rules": "<10.1.0",
"symplify/easy-parallel": "<10.1.0",
"symplify/neon-config-dumper": "<10.1.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}