File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -61,4 +61,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6161
6262### Changed
6363- upgraded to Laravel 11.x
64- - migrated all tests to PHPUnit 11.5
64+ - migrated all tests to PHPUnit 11.5
65+
66+ ## [ 7.0.0] - 2025-06-14
67+ ### Changed
68+ - upgraded to Laravel 12.x
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ to migrate the schema without constraint violations.
2020| 9.x | 8.0 | 4.0.0 | EOL |
2121| 10.x | 8.1 to 8.3 | 5.0.0 | Yes |
2222| 11.x | 8.2 to 8.4 | 6.0.0 | Yes |
23+ | 12.x | 8.2 to 8.4 | 7.0.0 | Yes |
2324
2425## Requirements
2526
Original file line number Diff line number Diff line change 1313 "php" : " ^8.2" ,
1414 "ext-pdo_mysql" : " *" ,
1515 "doctrine/dbal" : " ^3.0" ,
16- "laravel/framework" : " ^11.6 " ,
16+ "laravel/framework" : " ^12.0 " ,
1717 "marcj/topsort" : " ^1.1"
1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ^11.0" ,
21- "orchestra/testbench" : " ^9 .0"
21+ "orchestra/testbench" : " ^10 .0"
2222 },
2323 "autoload" : {
2424 "psr-4" : {
You can’t perform that action at this time.
0 commit comments