Skip to content

Commit

Permalink
Merge pull request #24 from ingenerator/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
craig410 authored Feb 8, 2024
2 parents f5fe215 + 2757e7b commit 0250a2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
fail-fast: false
matrix:
php_version:
- '8.1'
- '8.2'
dependencies:
- 'default'
include:
- php_version: '8.1'
dependencies: 'lowest'
- php_version: '8.2'
dependencies: 'lowest'

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

### v2.1.0 (2024-02-08)

* Drop support for PHP 8.1
* Support kohana-extras v3
* Support symfony mailer v7

### v2.0.0 (2023-07-28)

* Replace Swiftmailer with symfony/mailer
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.2.0",
"ext-json": "*",
"ingenerator/warden-core": "^1.2",
"ingenerator/warden-validator-symfony": "^1.2",
"ingenerator/warden-persistence-doctrine": "^1.2",
"ingenerator/kohana-view": "^4.4",
"ingenerator/kohana-extras": "^2.0",
"ingenerator/kohana-extras": "^2.0 || ^3.0",
"ingenerator/kohana-core": "^4.7",
"ingenerator/tokenista": "^1.4",
"composer/installers": "^1.9",
"symfony/mailer": "^6.3"
"symfony/mailer": "^6.3 || ^7.0"
},
"require-dev": {
"kohana/koharness": "dev-master",
Expand Down

0 comments on commit 0250a2b

Please sign in to comment.