Skip to content

Commit 7cd4f13

Browse files
committed
Use forks of peridot and leo.
1 parent 056fa11 commit 7cd4f13

2 files changed

Lines changed: 403 additions & 385 deletions

File tree

composer.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,25 @@
1212
"eloquent/phony": "^5",
1313
"friendsofphp/php-cs-fixer": "^2",
1414
"hamcrest/hamcrest-php": "^2",
15-
"peridot-php/leo": "^1",
16-
"peridot-php/peridot-code-coverage-reporters": "^2",
17-
"peridot-php/peridot": "^1",
18-
"recoil/dev": "dev-php-8"
15+
"peridot-php/leo": "dev-php-8 as 1.999.999",
16+
"peridot-php/peridot": "dev-php-8 as 1.999.999",
17+
"peridot-php/peridot-code-coverage-reporters": "dev-php-8 as 2.999.999",
18+
"recoil/dev": "^0.4"
1919
},
20+
"repositories": [
21+
{
22+
"type": "vcs",
23+
"url": "https://github.com/recoilphp/leo"
24+
},
25+
{
26+
"type": "vcs",
27+
"url": "https://github.com/recoilphp/peridot"
28+
},
29+
{
30+
"type": "vcs",
31+
"url": "https://github.com/recoilphp/peridot-code-coverage-reporters"
32+
}
33+
],
2034
"autoload": {
2135
"psr-4": {
2236
"Recoil\\React\\": "src"

0 commit comments

Comments
 (0)