Skip to content

Commit

Permalink
feat: add php 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed Jan 5, 2024
1 parent efa15e6 commit 813c7ee
Show file tree
Hide file tree
Showing 3 changed files with 2,452 additions and 1,446 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0] – 2024-01-05

### Added

- Added support for PHP 8.3

## [2.0.0] – 2022-02-06

### Added
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": "^8.1",
"laravel/framework": "^9.49 || ^10.0",
"roach-php/core": "^1.0 || ^2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laravel/framework": "^9.49 || ^10.0 || ^11.0",
"roach-php/core": "^2.0 || ^3.0",
"spatie/laravel-package-tools": "^1.11"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 813c7ee

Please sign in to comment.