Skip to content

Commit

Permalink
feat: add PHP 8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fureev committed Dec 25, 2024
1 parent f741e68 commit e7cc6b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v6.0.0

### Added

- Add `PHP 8.4` support


## [5.0.0-rc1](https://github.com/efureev/laravel-trees/compare/v4.0.0...v5.0.0-rc1) (2024-04-01)

### Added
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
}
],
"require": {
"php": "^8.2|^8.3",
"illuminate/database": "^11.0",
"illuminate/events": "^11.0",
"efureev/support": "^4.27"
"php": "^8.4",
"illuminate/database": "^11.36",
"illuminate/events": "^11.36",
"efureev/support": "^5.0"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
"orchestra/testbench": "^v9.0",
"fakerphp/faker": "^1.23",
"symfony/var-dumper": "^v7.0",
"squizlabs/php_codesniffer": "^3.9"
"phpunit/phpunit": "^11.5",
"orchestra/testbench": "^9.8.0",
"fakerphp/faker": "^1.24",
"symfony/var-dumper": "^7.2",
"squizlabs/php_codesniffer": "^3.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e7cc6b5

Please sign in to comment.