Skip to content

Commit

Permalink
Use jms/serializer ^1.7 and clean up code.
Browse files Browse the repository at this point in the history
  • Loading branch information
PATROMO committed Jun 28, 2017
1 parent 915a59b commit b2c8803
Show file tree
Hide file tree
Showing 37 changed files with 176 additions and 426 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "easybill/zugferd-php",
"description": "..",
"keywords": ["ZUGFeRD"],
"keywords": [
"ZUGFeRD"
],
"type": "library",
"minimum-stability": "stable",
"license": "MIT",
Expand All @@ -13,7 +15,7 @@
],
"require": {
"php": ">=5.4.0",
"jms/serializer": "~1.3"
"jms/serializer": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "~4.6"
Expand Down
84 changes: 44 additions & 40 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b2c8803

Please sign in to comment.