Skip to content

Commit cdf939d

Browse files
committed
update composer.json
1 parent adebcb5 commit cdf939d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

composer.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=8.0",
22-
"microphp/framework": "dev-master",
23-
"microphp/workerman": "dev-master",
24-
"microphp/roadrunner": "dev-master"
22+
"microphp/framework": "dev-master"
2523
},
2624
"require-dev": {
2725
"friendsofphp/php-cs-fixer": "^3.22.0",
@@ -33,11 +31,5 @@
3331
]
3432
},
3533
"minimum-stability": "dev",
36-
"prefer-stable": true,
37-
"repositories": {
38-
"microphp": {
39-
"type": "path",
40-
"url": "../*"
41-
}
42-
}
34+
"prefer-stable": true
4335
}

0 commit comments

Comments
 (0)