Currently, neither cebe/php-openapi nor devizzent/cebe-php-openapi are capable of supporting numeric values for exclusiveMinimum nor exclusiveMaximum.
I've made a PR to try and fix this DEVizzent/cebe-php-openapi#23
Alternatives:
- Remove dependency and parse openapi independently
- Do not use external validation from these libraries, perhaps requiring a try-catch for type errors.
Obviously the former is cleaner, but the latter is quicker.