Skip to content

Commit

Permalink
remove vendor, add gitignore, update jms-serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
DaDeather committed Dec 9, 2018
1 parent ed6be1f commit 0f84283
Show file tree
Hide file tree
Showing 2,335 changed files with 2,478 additions and 166,712 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor/

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": ">=7.1.0",
"jms/serializer": "^1.11"
"jms/serializer": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
Expand Down
Loading

0 comments on commit 0f84283

Please sign in to comment.