Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.

Commit 8124f26

Browse files
authored
Maestro adds support for PHP 8.0 (#32)
1 parent 4bede78 commit 8124f26

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.3",
13+
"php": "^7.3 || ^8.0",
1414
"dantleech/invoke": "^1.0",
1515
"phpactor/amp-fswatch": "^0.2.0",
16-
"phpactor/container": "^1.3.3",
16+
"phpactor/container": "^1.3.4",
1717
"phpactor/name-specification": "^0.1",
1818
"phpactor/reference-finder": "^0.1.5",
19-
"phpactor/reference-finder-extension": "^0.1.0",
20-
"phpactor/source-code-filesystem": "~0.1.5",
21-
"phpactor/source-code-filesystem-extension": "^0.1.3",
22-
"phpactor/text-document": "^1.1.3",
19+
"phpactor/reference-finder-extension": "^0.1.7",
20+
"phpactor/source-code-filesystem": "^0.1.6",
21+
"phpactor/source-code-filesystem-extension": "^0.1.5",
22+
"phpactor/text-document": "^1.2.3",
2323
"phpactor/worse-reflection": "^0.4.4",
24-
"phpactor/worse-reflection-extension": "^0.2.0",
24+
"phpactor/worse-reflection-extension": "^0.2.4",
2525
"thecodingmachine/safe": "^1.0"
2626
},
2727
"require-dev": {
2828
"ergebnis/composer-normalize": "^2.0",
2929
"friendsofphp/php-cs-fixer": "^2.17",
30-
"phpactor/console-extension": "^0.1.2",
31-
"phpactor/rpc-extension": "^0.2.0",
32-
"phpactor/test-utils": "^1.0.2",
33-
"phpbench/phpbench": "^1.0.0-alpha5",
30+
"phpactor/console-extension": "^0.1.6",
31+
"phpactor/rpc-extension": "^0.2.3",
32+
"phpactor/test-utils": "^1.1.3",
33+
"phpbench/phpbench": "dev-master",
3434
"phpstan/phpstan": "~0.12.0",
3535
"phpunit/phpunit": "^9.0",
3636
"symfony/var-dumper": "^5.1",

0 commit comments

Comments
 (0)