Skip to content

Commit

Permalink
Update requirements to 7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Dec 10, 2024
1 parent 217be44 commit 29d9a38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"phpstan/phpstan": "^2.0.2",
"squizlabs/php_codesniffer": "^3.10",
"phpmd/phpmd": "^2.15",
"oxid-esales/oxideshop-ce": "dev-b-7.2.x",
"oxid-esales/oxideshop-ce": "dev-b-7.3.x",
"phpunit/phpunit": "~10.5.17",
"mikey179/vfsstream": "~1.6.8",
"codeception/codeception": "^5.1",
"codeception/module-asserts": "^3.0",
"codeception/module-db": "^3.1",
"codeception/module-filesystem": "^3.0",
"codeception/module-webdriver": "^4.0",
"oxid-esales/codeception-modules": "dev-b-7.2.x",
"oxid-esales/codeception-page-objects": "dev-b-7.2.x",
"oxid-esales/developer-tools": "dev-b-7.2.x"
"oxid-esales/codeception-modules": "dev-b-7.3.x",
"oxid-esales/codeception-page-objects": "dev-b-7.3.x",
"oxid-esales/developer-tools": "dev-b-7.3.x"
},
"conflict": {
"oxid-esales/oxideshop-ce": "<7.2"
"oxid-esales/oxideshop-ce": "<7.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 29d9a38

Please sign in to comment.