Skip to content

Commit

Permalink
Merge pull request #64 from FlashpointBV/feature/php83-compatibility
Browse files Browse the repository at this point in the history
PHP 8.3 compatibility
  • Loading branch information
bramstroker authored Sep 17, 2024
2 parents 89dcace + 0984e6d commit b45684f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "OSL-3.0",
"description": "Magento 2 module for RobinHQ integration. Provides API endpoints for RobinHQ dynamic API",
"require": {
"php": ">=8.0 <=8.3",
"php": ">=8.0 <=8.4",
"emico/robinhq-lib": "^4.0",
"magento/module-customer": "101.*|102.*|103.*",
"magento/module-catalog": "102.*|103.*|104.*",
Expand All @@ -28,8 +28,8 @@
}
},
"require-dev": {
"codeception/codeception": "^3.1",
"mockery/mockery": "^1.2"
"codeception/codeception": "^5.1",
"mockery/mockery": "^1.6"
},
"repositories": {
"magento": {
Expand Down

0 comments on commit b45684f

Please sign in to comment.