forked from symplify/vendor-patches
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 938 Bytes
/
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
{
"name": "migrify/vendor-patches",
"description": "Generate vendor patches for packages with single command",
"license": "MIT",
"bin": [
"bin/vendor-patches"
],
"require": {
"php": ">=7.2",
"nette/utils": "^3.1",
"symfony/console": "^4.4|^5.1",
"symfony/dependency-injection": "^4.4|^5.1",
"symfony/http-kernel": "^4.4|^5.1",
"sebastian/diff": "^2.0|^3.0|^4.0",
"cweagans/composer-patches": "^1.6",
"symplify/composer-json-manipulator": "^8.3.46|^9.0",
"migrify/migrify-kernel": "^0.5"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.0"
},
"autoload": {
"psr-4": {
"Migrify\\VendorPatches\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Migrify\\VendorPatches\\Tests\\": "tests"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}