Skip to content

Commit ad048fb

Browse files
authored
Prepare Release for 0.9.30 (#1426)
* Prepare Release for 0.9.30 * Change Version in Swagger.
1 parent 4c5756e commit ad048fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"php": "~8.3.0 || ~8.4.0",
2121
"league/csv": "^9.22",
2222
"nesbot/carbon": "^3.8.4",
23-
"pimcore/static-resolver-bundle": "^3.x-dev",
24-
"pimcore/generic-data-index-bundle": "^2.x-dev",
23+
"pimcore/static-resolver-bundle": "^3.2.0",
24+
"pimcore/generic-data-index-bundle": "^2.2.0",
2525
"pimcore/pimcore": "^12.0",
2626
"zircote/swagger-php": "^4.8 || ^5.0",
2727
"ext-zip": "*",

src/OpenApi/Config/Spec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* This class exists to document the public api
2424
*/
2525
#[Info(
26-
version: '0.6.30',
26+
version: '0.9.30',
2727
description: 'API for Studio generated by OpenApi Generator via zircote/swagger-php',
2828
title: 'Studio Backend API'
2929
)]

0 commit comments

Comments
 (0)