Skip to content

Commit

Permalink
Add php80 and php81 compatibility (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
radomirantal authored Jul 20, 2022
1 parent 4360e62 commit bb06880
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
This module is intended for Magento 2 developers, in order to reduce the boilerplate code when creating a CRUD extension.

## Compatibility

- 2.4.0
- 2.3.5
- 2.3.4
- probably works for versions before 2.3.4, but it's not guaranteed.
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.5
- 2.3.4
- probably works for versions before 2.3.4, but it's not guaranteed.
## What it does:
It provides a set of classes and interfaces that can be configured, composed or prerenced in order to avoid writing the same code over and over again.

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "umc/module-crud",
"description": "Magento 2 module for reducing the CRUD boilerplate",
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0",
"magento/module-backend": "*",
"magento/module-config": "*",
"magento/module-ui": "*",
Expand All @@ -20,4 +20,4 @@
"Umc\\Crud\\": ""
}
}
}
}

0 comments on commit bb06880

Please sign in to comment.