Skip to content

Commit

Permalink
Update Laravel package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Mar 28, 2024
1 parent f15de99 commit 86605e1
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 362 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.0 (2024-01-18)
### Added
- Add support for Laravel 11

### Updated
- Update package dependencies

## v1.1.0 (2024-01-18)
### Added
- Add support for Tailwind CSS v3.4
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"require": {
"php": "^8.2.0",
"psr/simple-cache": "^3.0",
"illuminate/support": "^v10.43.0"
"illuminate/support": "v11.1.1"
},
"require-dev": {
"laravel/pint": "^v1.13.10",
"nunomaduro/collision": "^7.10.0",
"pestphp/pest": "^v2.33.4",
"laravel/pint": "v1.15.0",
"nunomaduro/collision": "^v8.1.1",
"pestphp/pest": "v2.34.6",
"pestphp/pest-plugin-arch": "^v2.7.0",
"pestphp/pest-plugin-mock": "^2.0",
"pestphp/pest-plugin-type-coverage": "^v2.8.0",
"phpstan/phpstan": "^1.10.57",
"rector/rector": "^0.19.8",
"symfony/var-dumper": "^v7.0.3"
"pestphp/pest-plugin-type-coverage": "v2.8.1",
"phpstan/phpstan": "^1.10.65",
"rector/rector": "^1.0.3",
"symfony/var-dumper": "v7.0.4"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 86605e1

Please sign in to comment.