Skip to content

Commit 6efde0f

Browse files
committed
Use peridot fork.
1 parent 6ca0966 commit 6efde0f

2 files changed

Lines changed: 466 additions & 507 deletions

File tree

composer.json

Lines changed: 72 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,75 @@
11
{
2-
"name": "recoil/dev",
3-
"type": "composer-plugin",
4-
"description": "Development and debugging tools for Recoil applications.",
5-
"require": {
6-
"php": ">=7.3",
7-
"composer-plugin-api": "^1|^2",
8-
"eloquent/enumeration": "^5",
9-
"hamcrest/hamcrest-php": "^2",
10-
"nikic/php-parser": "^4",
11-
"recoil/api": "^1"
2+
"name": "recoil/dev",
3+
"type": "composer-plugin",
4+
"description": "Development and debugging tools for Recoil applications.",
5+
"require": {
6+
"php": ">=7.4",
7+
"composer-plugin-api": "^1|^2",
8+
"eloquent/enumeration": "^5",
9+
"hamcrest/hamcrest-php": "^2",
10+
"nikic/php-parser": "^4",
11+
"recoil/api": "^1"
12+
},
13+
"require-dev": {
14+
"composer/composer": "^1|^2",
15+
"eloquent/phony": "^5",
16+
"friendsofphp/php-cs-fixer": "^2",
17+
"peridot-php/leo": "dev-php-8 as 1.999.999",
18+
"peridot-php/peridot": "dev-php-8 as 1.999.999",
19+
"peridot-php/peridot-code-coverage-reporters": "^2",
20+
"recoil/recoil": "^1"
21+
},
22+
"repositories": [
23+
{
24+
"type": "vcs",
25+
"url": "https://github.com/recoilphp/leo"
1226
},
13-
"require-dev": {
14-
"composer/composer": "^1|^2",
15-
"eloquent/phony": "^5",
16-
"friendsofphp/php-cs-fixer": "^2",
17-
"peridot-php/leo": "dev-php-8 as 1.999.999",
18-
"peridot-php/peridot": "^1",
19-
"peridot-php/peridot-code-coverage-reporters": "^2",
20-
"recoil/recoil": "^1"
21-
},
22-
"repositories": [
23-
{
24-
"type": "vcs",
25-
"url": "https://github.com/recoilphp/leo"
26-
}
27-
],
28-
"autoload": { "psr-4": { "Recoil\\Dev\\": "src" } },
29-
"autoload-dev": { "psr-4" : { "Recoil\\Dev\\": "test/src" } },
30-
"bin": [
31-
"bin/recoil-instrument"
32-
],
33-
"extra": {
34-
"class": "Recoil\\Dev\\Composer\\Plugin"
35-
},
36-
"keywords": [
37-
"async",
38-
"asynchronous",
39-
"stack",
40-
"trace",
41-
"instrumentation",
42-
"debug",
43-
"exception",
44-
"recoil"
45-
],
46-
"homepage": "https://github.com/recoilphp/dev",
47-
"license": "MIT",
48-
"authors": [
49-
{
50-
"name": "James Harris",
51-
"email": "james.harris@icecave.com.au",
52-
"homepage": "https://github.com/jmalloc"
53-
}
54-
],
55-
"config": {
56-
"sort-packages": true,
57-
"platform": {
58-
"php": "7.3"
59-
}
60-
},
61-
"minimum-stability": "dev",
62-
"prefer-stable": true
27+
{
28+
"type": "vcs",
29+
"url": "https://github.com/recoilphp/peridot"
30+
}
31+
],
32+
"autoload": {
33+
"psr-4": {
34+
"Recoil\\Dev\\": "src"
35+
}
36+
},
37+
"autoload-dev": {
38+
"psr-4": {
39+
"Recoil\\Dev\\": "test/src"
40+
}
41+
},
42+
"bin": [
43+
"bin/recoil-instrument"
44+
],
45+
"extra": {
46+
"class": "Recoil\\Dev\\Composer\\Plugin"
47+
},
48+
"keywords": [
49+
"async",
50+
"asynchronous",
51+
"stack",
52+
"trace",
53+
"instrumentation",
54+
"debug",
55+
"exception",
56+
"recoil"
57+
],
58+
"homepage": "https://github.com/recoilphp/dev",
59+
"license": "MIT",
60+
"authors": [
61+
{
62+
"name": "James Harris",
63+
"email": "james.harris@icecave.com.au",
64+
"homepage": "https://github.com/jmalloc"
65+
}
66+
],
67+
"config": {
68+
"sort-packages": true,
69+
"platform": {
70+
"php": "7.4"
71+
}
72+
},
73+
"minimum-stability": "dev",
74+
"prefer-stable": true
6375
}

0 commit comments

Comments
 (0)