Skip to content

Commit

Permalink
feat: adds collision 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Mar 21, 2023
1 parent 05b1b92 commit f721e83
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

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

## [10.0.2 - 2023-03-21](https://github.com/laravel-zero/framework/releases/tag/v10.0.2)

### Added
- `nunomaduro/collision` v7 support

## [10.0.1 - 2023-03-18](https://github.com/laravel-zero/framework/releases/tag/v10.0.1)

### Fixed
- Missing `symfony/event-dispatcher` dependency

## [10.0.0 - 2023-02-16](https://github.com/laravel-zero/framework/releases/tag/v10.0.0)

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).
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -31,7 +31,7 @@
"illuminate/testing": "^10.4",
"laravel-zero/foundation": "^10.0",
"league/flysystem": "^3.12.3",
"nunomaduro/collision": "^6.4",
"nunomaduro/collision": "^6.4.0|^7.2.0",
"nunomaduro/laravel-console-summary": "^1.9.1",
"nunomaduro/laravel-console-task": "^1.8.0",
"nunomaduro/laravel-desktop-notifier": "^2.7.0",
Expand Down

0 comments on commit f721e83

Please sign in to comment.