Skip to content

Commit

Permalink
feat: Add fix to config files
Browse files Browse the repository at this point in the history
it will update the config files.
  • Loading branch information
felipeCornejoC committed May 2, 2024
1 parent 723180f commit 9996736
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1]
php: [8.3]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This plugin allows the customer to subscribe to a product whose stock level is e
## Requirements

| | Version |
| :--- | :-- |
| PHP | 8.2 |
| OroCommerce | 5.1 |
| :--- |:--------|
| PHP | 8.2 |
| OroCommerce | 5.1 |

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"exclude-from-classmap": ["/Tests/"]
},
"require": {
"php": "~8.2.0",
"oro/commerce": "5.1.*"
"php": "~8.3.0",
"oro/commerce": "6.0.*"
},
"repositories": {
"oro": {
Expand Down

0 comments on commit 9996736

Please sign in to comment.