Skip to content

Commit

Permalink
Merge pull request #2 from ho-nl/hnsr-allow-php82
Browse files Browse the repository at this point in the history
Allow installation with php 8.2
  • Loading branch information
hnsr authored Mar 20, 2024
2 parents 0d1d8e2 + 674f169 commit 7fd0335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Blanks out the classic Magento 2 frontend, without affecting APIs that are imple

## Installation
```sh
composer install reach-digital/magento2-blank-classic-frontend
composer require reach-digital/magento2-blank-classic-frontend
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "reach-digital/magento2-blank-classic-frontend",
"description": "",
"require": {
"php": "~8.1.0",
"php": "^8.1.0",
"magento/product-community-edition": "^2.4"
},
"type": "magento2-module",
Expand Down

0 comments on commit 7fd0335

Please sign in to comment.