Skip to content

Commit a817485

Browse files
committed
upgraded to Laravel 12.x
1 parent f3d3b28 commit a817485

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
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": {

0 commit comments

Comments
 (0)