Skip to content

Commit

Permalink
Merge pull request #36 from dotkernel/issue-35
Browse files Browse the repository at this point in the history
updated dependencies
  • Loading branch information
arhimede authored Jan 18, 2024
2 parents 1c0d823 + 1a98b5d commit dc8e776
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DotKernel component providing twig extensions and customizations.

![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-twigrenderer)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-twigrenderer/3.4.1)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-twigrenderer/3.4.2)

[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-twigrenderer)](https://github.com/dotkernel/dot-twigrenderer/issues)
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-twigrenderer)](https://github.com/dotkernel/dot-twigrenderer/network)
Expand Down
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"laminas/laminas-servicemanager": "^3.11",
"mezzio/mezzio-twigrenderer": "^2.9",
"laminas/laminas-view": "^2.20",
"laminas/laminas-authentication": "^2.10",
"dotkernel/dot-navigation": "^3.1",
"dotkernel/dot-flashmessenger": "^3.1.1",
"laminas/laminas-form": "^3.1.1",
"doctrine/doctrine-module": "^5.1",
"dotkernel/dot-authorization": "^3.3"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-servicemanager": "^3.22.1",
"mezzio/mezzio-twigrenderer": "^2.15",
"laminas/laminas-view": "^2.33",
"laminas/laminas-authentication": "^2.16",
"dotkernel/dot-navigation": "^3.4.2",
"dotkernel/dot-flashmessenger": "^3.4.2",
"laminas/laminas-form": "^3.19.1",
"doctrine/doctrine-module": "^6.1.0",
"dotkernel/dot-authorization": "^3.4.1"
},
"require-dev": {
"phpunit/phpunit": "^10.2",
"phpunit/phpunit": "^10.5.7",
"laminas/laminas-coding-standard": "^2.5",
"vimeo/psalm": "^5.13"
"vimeo/psalm": "^5.19.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit dc8e776

Please sign in to comment.