Skip to content

Commit f112ea3

Browse files
committed
Update to react/filesystem 0.2
1 parent b1560ad commit f112ea3

File tree

4 files changed

+2842
-1274
lines changed

4 files changed

+2842
-1274
lines changed

composer.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,23 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2",
12+
"php": "^7.4 || ^8",
1313
"react/cache": "^1.0",
14-
"react/filesystem": "^0.1"
14+
"react/filesystem": "dev-rewrite as 0.1.999"
1515
},
1616
"require-dev": {
1717
"wyrihaximus/cs-fixer-config": "^1.0",
1818
"wyrihaximus/async-test-utilities": "^1.1"
1919
},
20+
"repositories": [
21+
{
22+
"type": "vcs",
23+
"url": "https://github.com/WyriHaximus-labs/filesystem",
24+
"options": {
25+
"symlink": true
26+
}
27+
}
28+
],
2029
"autoload": {
2130
"psr-4": {
2231
"WyriHaximus\\React\\Cache\\": "src/"
@@ -30,7 +39,7 @@
3039
"config": {
3140
"sort-packages": true,
3241
"platform": {
33-
"php": "7.2"
42+
"php": "7.4"
3443
}
3544
},
3645
"scripts": {

0 commit comments

Comments
 (0)