Fixed missing enum dependency

Used Taha Amin Ghafuri's (@tahaghafuri ) fork to replace the missing "cedx/enum" package with the "myclabs/php-enum" package
This commit is contained in:
Benjamin Blake
2023-05-18 20:33:21 -06:00
committed by Benjamin
parent 714d079287
commit 5deac6cf55
3 changed files with 9 additions and 8 deletions

View File

@ -25,7 +25,7 @@
"php": ">=7.2.0",
"ext-curl": "*",
"ext-json": "*",
"cedx/enum": "^7.4.0",
"myclabs/php-enum": "^1.8",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {