Skip to content

Commit

Permalink
Changed jms serializer dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tadcka committed Sep 25, 2015
1 parent 0fb6905 commit 9c93b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/phpunit.xml
/composer.lock
/composer.phar
/vendor/
/vendor/
.idea
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle" : ">=2.3",
"jms/serializer-bundle": "~0.13",
"jms/serializer-bundle": "~1.0",
"vakata/jstree": "3.0.*"
},
"autoload": {
Expand Down

0 comments on commit 9c93b6d

Please sign in to comment.