Skip to content

Commit

Permalink
Merge pull request #30 from acelaya-forks/feature/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
acelaya committed Feb 4, 2024
2 parents 24a2e2f + e92233b commit 5d1905e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ 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).

## [Unreleased]
### Added
* *Nothing*

### Changed
* Update dependencies

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* *Nothing*


## [2.5.0] - 2023-11-25
### Added
* Add support for PHP 8.3
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
],
"require": {
"php": "^8.2",
"cuyz/valinor": "^1.7",
"cuyz/valinor": "^1.9",
"laminas/laminas-config": "^3.9",
"laminas/laminas-servicemanager": "^3.22"
},
"require-dev": {
"devster/ubench": "^2.1",
"infection/infection": "^0.27.7",
"infection/infection": "^0.27.9",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.4",
"phpunit/phpunit": "^10.5",
"psr/simple-cache": "^2.0",
"roave/security-advisories": "dev-master",
"shlinkio/php-coding-standard": "~2.3.0",
"symfony/var-dumper": "^6.3"
"symfony/var-dumper": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5d1905e

Please sign in to comment.