Skip to content

Commit d211f56

Browse files
committed
Merge pull request #81 from fruux/rename-function-files
This is a better locatation for the (de-)serializer functions.
2 parents 4e7f4e3 + 2baccbe commit d211f56

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"Sabre\\Xml\\" : "lib/"
3030
},
3131
"files": [
32-
"lib/deserializers.php",
33-
"lib/serializers.php"
32+
"lib/Deserializer/functions.php",
33+
"lib/Serializer/functions.php"
3434
]
3535
},
3636
"bin" : [
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)