Skip to content

Commit

Permalink
Merge pull request #29 from acelaya-forks/feature/php-8.3
Browse files Browse the repository at this point in the history
Remove support for PHP 8.1 and add support to PHP 8.3
  • Loading branch information
acelaya committed Nov 4, 2023
2 parents 6fbab65 + 1ae5342 commit cde5d3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this

## [Unreleased]
### Added
* *Nothing*
* Add support for PHP 8.3

### Changed
* Update to PHPUnit 10.1
Expand All @@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
* Deprecated openswoole-related helpers.

### Removed
* *Nothing*
* Drop support for PHP 8.1

### Fixed
* *Nothing*
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
}
],
"require": {
"php": "^8.1",
"cuyz/valinor": "^1.4",
"laminas/laminas-config": "^3.8",
"laminas/laminas-servicemanager": "^3.21"
"php": "^8.2",
"cuyz/valinor": "^1.7",
"laminas/laminas-config": "^3.9",
"laminas/laminas-servicemanager": "^3.22"
},
"require-dev": {
"devster/ubench": "^2.1",
"infection/infection": "^0.27",
"infection/infection": "^0.27.7",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.2",
"phpunit/phpunit": "^10.4",
"psr/simple-cache": "^2.0",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.3.0",
"symfony/var-dumper": "^6.2"
"symfony/var-dumper": "^6.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cde5d3b

Please sign in to comment.