Skip to content

Commit c2e598a

Browse files
authored
Maestro adds support for PHP 8.0 (#21)
1 parent 5ad49ef commit c2e598a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.3",
12+
"php": "^7.3 || ^8.0",
1313
"psr/log": "^1.0",
1414
"webmozart/path-util": "^2.3"
1515
},

0 commit comments

Comments
 (0)