We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffc15c commit 4fb1c1bCopy full SHA for 4fb1c1b
composer.json
@@ -7,15 +7,22 @@
7
"composer"
8
],
9
"license": "MIT",
10
- "minimum-stability": "stable",
+ "minimum-stability": "dev",
11
+
12
+ "repositories": [
13
+ {
14
+ "type": "vcs",
15
+ "url": "https://github.com/pronskiy/conductor"
16
+ }
17
+ ],
18
19
"require": {
20
"php": "^8.3",
21
"composer/composer": "^2.7.3",
22
"symfony/var-dumper": "^v7.0.6",
23
"cweagans/composer-patches": "^2.0.0-beta2",
24
"pronskiy/locus": "^0.2",
- "phpstan/phpstan": "^1.10",
- "rector/rector": "^1.0"
25
+ "artisan-build/conductor": "@dev"
26
},
27
"extra": {
28
"patches": {
0 commit comments