Skip to content

Commit

Permalink
Use conductor instead of inlining all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pronskiy committed Jun 9, 2024
1 parent fffc15c commit 4fb1c1b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,22 @@
"composer"
],
"license": "MIT",
"minimum-stability": "stable",
"minimum-stability": "dev",

"repositories": [
{
"type": "vcs",
"url": "https://github.com/pronskiy/conductor"
}
],

"require": {
"php": "^8.3",
"composer/composer": "^2.7.3",
"symfony/var-dumper": "^v7.0.6",
"cweagans/composer-patches": "^2.0.0-beta2",
"pronskiy/locus": "^0.2",
"phpstan/phpstan": "^1.10",
"rector/rector": "^1.0"
"artisan-build/conductor": "@dev"
},
"extra": {
"patches": {
Expand Down

0 comments on commit 4fb1c1b

Please sign in to comment.