We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5756e commit ad048fbCopy full SHA for ad048fb
2 files changed
composer.json
@@ -20,8 +20,8 @@
20
"php": "~8.3.0 || ~8.4.0",
21
"league/csv": "^9.22",
22
"nesbot/carbon": "^3.8.4",
23
- "pimcore/static-resolver-bundle": "^3.x-dev",
24
- "pimcore/generic-data-index-bundle": "^2.x-dev",
+ "pimcore/static-resolver-bundle": "^3.2.0",
+ "pimcore/generic-data-index-bundle": "^2.2.0",
25
"pimcore/pimcore": "^12.0",
26
"zircote/swagger-php": "^4.8 || ^5.0",
27
"ext-zip": "*",
src/OpenApi/Config/Spec.php
@@ -23,7 +23,7 @@
* This class exists to document the public api
*/
#[Info(
- version: '0.6.30',
+ version: '0.9.30',
description: 'API for Studio generated by OpenApi Generator via zircote/swagger-php',
28
title: 'Studio Backend API'
29
)]
0 commit comments