fix: update library, has a boolean validation bug

pull/92/head
Luciano Righetti 2022-03-02 16:31:39 +01:00
parent 61cda0af33
commit d577d11703
1 changed files with 3 additions and 2 deletions

View File

@ -19,9 +19,10 @@
"cakephp/bake": "^2.0.3",
"cakephp/cakephp-codesniffer": "~4.0.0",
"cakephp/debug_kit": "^4.0",
"cebe/php-openapi": "^1.6",
"fzaninotto/faker": "^1.9",
"josegonzalez/dotenv": "^3.2",
"league/openapi-psr7-validator": "^0.16.4",
"league/openapi-psr7-validator": "^0.17",
"phpunit/phpunit": "^8.5",
"psy/psysh": "@stable",
"wiremock-php/wiremock-php": "^2.32"
@ -65,4 +66,4 @@
"sort-packages": true
},
"minimum-stability": "dev"
}
}