Skip to content

Commit ce0a392

Browse files
committed
Merge branch 'develop'
2 parents 3e11230 + 7aa1acc commit ce0a392

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
----
55

6+
## [v2.9.2] - 2025-05-05
7+
8+
### Chore
9+
- update dependencies
10+
611
## [v2.9.1] - 2024-10-07
712

813
### Fixed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.2",
13-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
12+
"php": ">=7.2|>=8.0",
13+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
1414
"spatie/db-dumper": "^2.15|^3.2"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^9.6",
1818
"mockery/mockery": "^1.0",
19-
"orchestra/database": "^5.0|^6.0|^7.0|^8.0|^9.0",
20-
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0"
19+
"orchestra/database": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
20+
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)