-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
], | ||
|
||
"require": { | ||
"php": "^7.2", | ||
"php": "^7.2 || ~8.0, <8.1", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
ciaranmcnulty
Author
Member
|
||
"phpdocumentor/reflection-docblock": "^5.2", | ||
"sebastian/comparator": "^3.0 || ^4.0", | ||
"doctrine/instantiator": "^1.2", | ||
|
@ciaranmcnulty The changelog says "PHP 8 support", while the composer.json actually support only PHP 8.0. Is there any particular reason for excluding PHP 8.1+?