Skip to content

Commit

Permalink
fixup! Require php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MortalFlesh committed Apr 27, 2022
1 parent feb1c10 commit cd1edc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Require php 8.1
- [**BC**] Use new language features and change method signatures
- Allow Symfony 6
- [**BC**] Drop Symfony 4.4 and 5.1 support

## 1.3.0 - 2022-04-05
- Allow setting a profiler bag verbosity in bundle configuration
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"ext-mbstring": "*",
"lmc/cqrs-handler": "^2.0",
"lmc/cqrs-types": "^3.0",
"symfony/config": "^4.4 || ^5.1 || ^6.0",
"symfony/console": "^4.4 || ^5.1 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.1 || ^6.0",
"symfony/error-handler": "^4.4 || ^5.1 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.1 || ^6.0",
"symfony/http-foundation": "^4.4 || ^5.1 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.1 || ^6.0",
"symfony/config": "^5.2 || ^6.0",
"symfony/console": "^5.2 || ^6.0",
"symfony/dependency-injection": "^5.2 || ^6.0",
"symfony/error-handler": "^5.2 || ^6.0",
"symfony/framework-bundle": "^5.2 || ^6.0",
"symfony/http-foundation": "^5.2 || ^6.0",
"symfony/http-kernel": "^5.2 || ^6.0",
"twig/twig": "^2.0 || ^3.0"
},
"require-dev": {
Expand Down

0 comments on commit cd1edc4

Please sign in to comment.