Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Branch-out Serializer into a separate package
Browse files Browse the repository at this point in the history
...So we can finally support jms/serializer 3.0 in all its glory
  • Loading branch information
sanmai committed Jun 27, 2019
1 parent d436e02 commit 7f0def2
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 941 deletions.
1 change: 1 addition & 0 deletions .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
'vendor/psr/http-message/src',
'vendor/doctrine/annotations/lib',
'vendor/sanmai/pipeline/src/',
'vendor/sanmai/cdek-sdk-serializer/src/',
'vendor/laravel/framework/src/',
'vendor/psr/',
],
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"guzzlehttp/guzzle": "^6.3",
"jms/serializer": "^1.11",
"psr/log": "^1.0",
"sanmai/cdek-sdk-serializer": "^0.1.0",
"sanmai/pipeline": "^0.3.2 || ^2.0 || ^3.0.1"
},
"conflict": {},
Expand Down
41 changes: 0 additions & 41 deletions src/Serialization/Exception/DeserializationException.php

This file was deleted.

51 changes: 0 additions & 51 deletions src/Serialization/Exception/LibXMLError.php

This file was deleted.

44 changes: 0 additions & 44 deletions src/Serialization/Exception/XmlErrorException.php

This file was deleted.

132 changes: 0 additions & 132 deletions src/Serialization/NullableDateTimeHandler.php

This file was deleted.

Loading

0 comments on commit 7f0def2

Please sign in to comment.