Skip to content

Commit f721e83

Browse files
committed
feat: adds collision 7 support
1 parent 05b1b92 commit f721e83

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com) and this project adheres to [Semantic Versioning](https://semver.org).
66

7+
## [10.0.2 - 2023-03-21](https://github.com/laravel-zero/framework/releases/tag/v10.0.2)
8+
9+
### Added
10+
- `nunomaduro/collision` v7 support
11+
12+
## [10.0.1 - 2023-03-18](https://github.com/laravel-zero/framework/releases/tag/v10.0.1)
13+
14+
### Fixed
15+
- Missing `symfony/event-dispatcher` dependency
16+
717
## [10.0.0 - 2023-02-16](https://github.com/laravel-zero/framework/releases/tag/v10.0.0)
818

919
Check the upgrade guide in the [Official Laravel Zero Upgrade Documentation](https://laravel-zero.com/docs/upgrade#upgrade-10.0.0). Also you can see some changes in the [Official Laravel Upgrade Documentation](https://laravel.com/docs/10.x/upgrade).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"illuminate/testing": "^10.4",
3232
"laravel-zero/foundation": "^10.0",
3333
"league/flysystem": "^3.12.3",
34-
"nunomaduro/collision": "^6.4",
34+
"nunomaduro/collision": "^6.4.0|^7.2.0",
3535
"nunomaduro/laravel-console-summary": "^1.9.1",
3636
"nunomaduro/laravel-console-task": "^1.8.0",
3737
"nunomaduro/laravel-desktop-notifier": "^2.7.0",

0 commit comments

Comments
 (0)