Skip to content

Commit f018178

Browse files
authored
Maestro adds support for PHP 8.0 (#6)
1 parent 81bf70c commit f018178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
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
"webmozart/path-util": "^2.3"
1414
},
1515
"require-dev": {
@@ -44,4 +44,4 @@
4444
"vendor/bin/phpunit"
4545
]
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)