Skip to content

Commit 72eadd5

Browse files
committed
1.5.3 release
1 parent f8a75f3 commit 72eadd5

5 files changed

Lines changed: 163 additions & 134 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog for OnMyShelf API
22

3+
# 1.5.3 (2025-07-19)
4+
- Update libraries
5+
36
# 1.5.2 (2025-03-15)
47
- Add unit tests
58

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "onmyshelf/api",
33
"description": "OnMyShelf API",
4-
"version": "1.5.3-rc.2",
4+
"version": "1.5.3",
55
"type": "project",
66
"license": "MIT",
77
"require": {
88
"phpmailer/phpmailer": "^6.10.0"
99
},
1010
"require-dev": {
1111
"doctrine/annotations": "^2.0",
12-
"zircote/swagger-php": "^5.1.0",
12+
"zircote/swagger-php": "^5.1.4",
1313
"pestphp/pest": "^3.8.2"
1414
},
1515
"config": {

0 commit comments

Comments
 (0)