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

Commit

Permalink
Add php 8.1 constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mischa Braam authored Sep 12, 2022
1 parent c8a9f0b commit 27262f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "weprovide/magento2-module-sessioncleaner",
"type": "magento2-module",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"require": {
"php": ">=7.1 <8.0",
"php": ">=7.1 <8.2",
"magento/framework": ">=102.0"
},
"authors": [
Expand Down

0 comments on commit 27262f0

Please sign in to comment.