Skip to content

Commit

Permalink
Merge pull request #13 from Laurgrin
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
mSprunskas authored Feb 21, 2023
2 parents 0afeede + 39d0cf4 commit f6f6b0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
13 changes: 0 additions & 13 deletions .php_cs

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

## 1.3.0
### Added
- Support for PHP 8.

### Changed
- Bumped `phpunit/phpunit` to `^9.0`
- Bumped `psr/log` to `^2.0`

## 1.2.0
### Added
- `ConfiguredQuery` provides new methods: `setItemTransformer`, `getItemTransformer`.
Expand Down
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@
}
},
"require": {
"php": ">=7.0",
"php": ">=7.0|>=8.0",
"doctrine/orm": "^2.0",
"psr/log": "^1.0",
"psr/log": "^1.0|^2.0",
"symfony/property-access": "^2.8|^3.0|^4.0|^5.0",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"friendsofphp/php-cs-fixer": "2.11.1",
"paysera/lib-php-cs-fixer-config": "^2.0"
"phpunit/phpunit": "^6.0|^9.0"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit f6f6b0b

Please sign in to comment.