Require simple-bus/serialization

This commit is contained in:
Benoît Burnichon
2015-08-10 09:05:57 +02:00
parent 13ef4b8144
commit bac0b268f2
2 changed files with 51 additions and 2 deletions

View File

@@ -81,6 +81,7 @@
"silex/silex": "~1.2",
"silex/web-profiler": "~1.0",
"simple-bus/message-bus": "^2.1",
"simple-bus/serialization": "^2.0",
"sorien/silex-dbal-profiler": "~1.0.0",
"swiftmailer/swiftmailer": "~5.3.0",
"symfony/symfony": "~2.4",

52
composer.lock generated
View File

@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "46145dca88c4931c93137fce4655ee33",
"content-hash": "4c6d1db13d08074867c134e20871d484",
"hash": "3580bd1a47f7160cdfdef3a85ea8988c",
"content-hash": "3f1082f75c156723b27060f2156e617a",
"packages": [
{
"name": "alchemy-fr/tcpdf-clone",
@@ -4279,6 +4279,54 @@
],
"time": "2015-07-29 09:33:21"
},
{
"name": "simple-bus/serialization",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/SimpleBus/Serialization.git",
"reference": "df7a5704d4a9c3057184be09ce8dc6d442785618"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SimpleBus/Serialization/zipball/df7a5704d4a9c3057184be09ce8dc6d442785618",
"reference": "df7a5704d4a9c3057184be09ce8dc6d442785618",
"shasum": ""
},
"require": {
"beberlei/assert": "~2.0",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "~0.6"
},
"type": "library",
"autoload": {
"psr-4": {
"SimpleBus\\Serialization\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matthias Noback",
"email": "matthiasnoback@gmail.com",
"homepage": "http://php-and-symfony.matthiasnoback.nl"
}
],
"description": "Generic classes and interfaces for serializing messages",
"homepage": "http://github.com/SimpleBus/Serialization",
"keywords": [
"SimpleBus",
"messages",
"serialization"
],
"time": "2015-05-08 13:34:17"
},
{
"name": "sorien/silex-dbal-profiler",
"version": "1.0.0",