Skip to content

Commit 8a09e95

Browse files
Update hemp/presenter requirement from ^2.0 to ^2.0 || ^3.0 (#9)
Updates the requirements on [hemp/presenter](https://github.com/davidhemphill/presenter) to permit the latest version. - [Release notes](https://github.com/davidhemphill/presenter/releases) - [Commits](davidhemphill/presenter@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: hemp/presenter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Korben Dallas <pvsaintpe@icloud.com>
1 parent 2e10031 commit 8a09e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php": "^7.3|^7.4|^8.0|^8.1|^8.2",
2525
"ext-json": "*",
2626
"laravel/framework": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.9",
27-
"hemp/presenter": "^2.0|^3.0"
27+
"hemp/presenter": "^2.0 || ^3.0"
2828
},
2929
"require-dev": {
3030
"umbrellio/code-style-php": "^1.0",

0 commit comments

Comments
 (0)