Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sp/jms-serializer-module",
"name": "unixslayer/jms-serializer-module",
"description": "Zend Framework 2 Module that integrates the jms serializer library",
"type": "library",
"license": "MIT",
Expand All @@ -18,6 +18,11 @@
"email": "martin.parsiegla@gmail.com",
"homepage": "http://speanet.info"
},
{
"name": "Piotr Zając",
"email": "piotr.zajac@unixslayer.pl",
"homepage": "http://unixslayer.pl"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Spea/JMSSerializerModule/contributors"
Expand All @@ -27,7 +32,7 @@
"php": ">=5.3.3",
"zendframework/zendframework": "2.*",
"doctrine/doctrine-module": ">=0.5.1",
"jms/serializer": "~0.11"
"jms/serializer": "1.0.*"
},
"require-dev": {
"zendframework/zend-developer-tools": "dev-master"
Expand Down