Skip to content

Commit

Permalink
OP-175: Fix invalid version bump typo in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arek31 committed Jul 12, 2023
1 parent 8602ff7 commit a7c6dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"doctrine/annotations": "^2.0",
"multisafepay/api": "^1.1 ||^2.0",
"doctrine/annotations": "^1.1 || ^2.0",
"multisafepay/api": "^2.0",
"php-http/message-factory": "^1.1",
"sylius/sylius": "~1.9.0 || ~1.10.0 || ~1.11.0"
},
Expand Down

0 comments on commit a7c6dbd

Please sign in to comment.