Skip to content

Commit

Permalink
chore: fix merge commit in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 12, 2023
1 parent 015fda6 commit 56e7e20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,14 @@
"BinaryConsumer\\Tests\\": "example/binary/consumer/tests",
"BinaryProvider\\": "example/binary/provider/src",
"BinaryProvider\\Tests\\": "example/binary/provider/tests",
<<<<<<< HEAD
"MultipartConsumer\\": "example/multipart/consumer/src",
"MultipartConsumer\\Tests\\": "example/multipart/consumer/tests",
"MultipartProvider\\": "example/multipart/provider/src",
"MultipartProvider\\Tests\\": "example/multipart/provider/tests"
=======
"MultipartProvider\\Tests\\": "example/multipart/provider/tests",
"XmlConsumer\\": "example/xml/consumer/src",
"XmlConsumer\\Tests\\": "example/xml/consumer/tests",
"XmlProvider\\": "example/xml/provider/src",
"XmlProvider\\Tests\\": "example/xml/provider/tests"
>>>>>>> 7ee934b (chore: add xml example)
}
},
"scripts": {
Expand Down

0 comments on commit 56e7e20

Please sign in to comment.