Skip to content

Commit

Permalink
Update package dependencies and Laravel package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Apr 25, 2024
1 parent 6b39ec2 commit 02273f8
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 93 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v2.0.2 (2024-04-25)
### Updated
- Update package dependencies

## v2.0.1 (2024-04-03)
### Updated
- Update package dependencies
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"require": {
"php": "^8.2.0",
"psr/simple-cache": "^3.0",
"illuminate/support": "^v11.2.0"
"illuminate/support": "^v11.5"
},
"require-dev": {
"laravel/pint": "^v1.15.1",
"laravel/pint": "^v1.15.2",
"nunomaduro/collision": "^v8.1.1",
"pestphp/pest": "^v2.34.6",
"pestphp/pest": "^v2.34.7",
"pestphp/pest-plugin-arch": "^v2.7.0",
"pestphp/pest-plugin-mock": "^2.0",
"pestphp/pest-plugin-type-coverage": "^v2.8.1",
"phpstan/phpstan": "^1.10.66",
"rector/rector": "^1.0.3",
"phpstan/phpstan": "^1.10.67",
"rector/rector": "^1.0.4",
"symfony/var-dumper": "^v7.0.6"
},
"autoload": {
Expand Down
Loading

0 comments on commit 02273f8

Please sign in to comment.