Skip to content

Commit dfc9d97

Browse files
authored
Merge pull request #335 from koriym/update-input-query-1.0
update ray/input-query dependency to ^1.0
2 parents 5988e09 + e59afa5 commit dfc9d97

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.26.3] - 2025-07-30
9+
10+
### Changed
11+
- Updated `ray/input-query` dependency to version ^1.0
12+
813
## [1.26.2] - 2025-07-17
914

1015
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ray/web-param-module": "^2.1.1",
2626
"rize/uri-template": "^0.4",
2727
"symfony/polyfill-php83": "^v1.32",
28-
"ray/input-query": "^0.3.0",
28+
"ray/input-query": "^1.0",
2929
"koriym/file-upload": "^0.2.0"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)