Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #22 from 21TORR/upgrade-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keichinger authored Oct 13, 2022
2 parents a83f5a4 + 41cb254 commit 5dcd38b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.1.6
=====

* (improvement) Bump all dependencies to their latest version.


2.1.5
=====

Expand Down
32 changes: 16 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"require": {
"php": ">= 8.1",
"ext-json": "*",
"21torr/bundle-helpers": "^2.1",
"21torr/cli": "^1.0",
"21torr/bundle-helpers": "^2.1.2",
"21torr/cli": "^1.0.2",
"21torr/html-builder": "^2.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/cache": "^v5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/mime": "^5.4 || ^6.0",
"symfony/routing": "^5.4 || ^6.0",
"symfony/string": "^5.4 || ^6.0",
"twig/twig": "^3"
"symfony/cache": "^6.1",
"symfony/config": "^6.1",
"symfony/console": "^6.1",
"symfony/dependency-injection": "^6.1",
"symfony/filesystem": "^6.1",
"symfony/finder": "^6.1",
"symfony/framework-bundle": "^6.1",
"symfony/http-kernel": "^6.1",
"symfony/mime": "^6.1",
"symfony/routing": "^6.1",
"symfony/string": "^6.1",
"twig/twig": "^3.4.3"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
"bamarni/composer-bin-plugin": "^1.8.1",
"roave/security-advisories": "dev-latest",
"symfony/phpunit-bridge": "^5.4 || ^6.0"
"symfony/phpunit-bridge": "^6.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5dcd38b

Please sign in to comment.