Skip to content

Commit

Permalink
Updating the version of symfony serializer and making them match in .…
Browse files Browse the repository at this point in the history
…make and .json.
  • Loading branch information
fmizzell committed Sep 21, 2018
1 parent a25198e commit b4d2c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bin-dir": "bin"
},
"require": {
"symfony/serializer": "^4.0",
"symfony/serializer": "3.4.15",
"justinrainbow/json-schema": "5.2.7"
}
}
2 changes: 1 addition & 1 deletion open_data_schema_map.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = 2
libraries[symfonyserializer][type] = libraries
libraries[symfonyserializer][download][type] = "git"
libraries[symfonyserializer][download][url] = "https://github.com/symfony/serializer.git"
libraries[symfonyserializer][download][tag] = v3.4.2
libraries[symfonyserializer][download][tag] = v3.4.15

libraries[json-schema][type] = libraries
libraries[json-schema][download][type] = "git"
Expand Down

0 comments on commit b4d2c34

Please sign in to comment.