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

Commit cb1e4ca

Browse files
authored
Maestro adds support for PHP 8.0 (#29)
1 parent b477d7c commit cb1e4ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.3",
12+
"php": "^7.3 || ^8.0",
1313
"microsoft/tolerant-php-parser": "~0.0.1",
14-
"phpactor/text-document": "^1.2.2",
14+
"phpactor/text-document": "~1.2.3",
1515
"phpactor/worse-reflection": "~0.4.4",
1616
"twig/twig": "^2.4"
1717
},
1818
"require-dev": {
1919
"ergebnis/composer-normalize": "^2.0",
2020
"friendsofphp/php-cs-fixer": "^2.17",
21-
"phpactor/test-utils": "^1.0",
21+
"phpactor/test-utils": "~1.1.3",
2222
"phpstan/phpstan": "~0.12.0",
2323
"phpunit/phpunit": "^9.0",
2424
"symfony/var-dumper": "^5.0",

0 commit comments

Comments
 (0)