Add PhpOption support to Option::of

This commit is contained in:
2024-07-27 21:20:35 -04:00
parent 7837f4af17
commit 7d25b9ea28
4 changed files with 96 additions and 4 deletions

View File

@@ -20,7 +20,8 @@
"php": "^8"
},
"require-dev": {
"phpunit/phpunit": "^11"
"phpunit/phpunit": "^11",
"phpoption/phpoption": "^1"
},
"autoload": {
"psr-4": {