Completed PriceNowProvider

This commit is contained in:
2022-01-13 22:28:14 +00:00
parent 03ed3a878b
commit ff74df4911
9 changed files with 357 additions and 100 deletions

View File

@ -117,6 +117,9 @@
"config/packages/nelmio_cors.yaml"
]
},
"nikic/php-parser": {
"version": "v4.13.2"
},
"phpdocumentor/reflection-common": {
"version": "2.2.0"
},
@ -235,6 +238,15 @@
"symfony/http-kernel": {
"version": "v5.4.2"
},
"symfony/maker-bundle": {
"version": "1.36",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "1.0",
"ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
}
},
"symfony/password-hasher": {
"version": "v5.4.2"
},