Skip to content

Commit 4fb1c1b

Browse files
committed
Use conductor instead of inlining all dependencies
1 parent fffc15c commit 4fb1c1b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,22 @@
77
"composer"
88
],
99
"license": "MIT",
10-
"minimum-stability": "stable",
10+
"minimum-stability": "dev",
11+
12+
"repositories": [
13+
{
14+
"type": "vcs",
15+
"url": "https://github.com/pronskiy/conductor"
16+
}
17+
],
18+
1119
"require": {
1220
"php": "^8.3",
1321
"composer/composer": "^2.7.3",
1422
"symfony/var-dumper": "^v7.0.6",
1523
"cweagans/composer-patches": "^2.0.0-beta2",
1624
"pronskiy/locus": "^0.2",
17-
"phpstan/phpstan": "^1.10",
18-
"rector/rector": "^1.0"
25+
"artisan-build/conductor": "@dev"
1926
},
2027
"extra": {
2128
"patches": {

0 commit comments

Comments
 (0)