File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33This 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments