Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-kulhanek committed Apr 17, 2021
1 parent 81f769e commit b0dc2a6
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,21 @@
"homepage": "https://tirus.cz"
}
],
"config": {
"optimize-autoloader": true,
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"platform": {
"php": "8.0.3"
}
},
"require": {
"php": ">=7.0",
"jms/serializer": "^3.3",
"php": ">=8.0",
"jms/serializer": "^3.12",
"ramsey/uuid": "^4.1",
"symfony/yaml": "^5.1"
"symfony/yaml": "^5.2"
},
"autoload": {
"psr-4": {
Expand All @@ -29,7 +39,7 @@
"ext-xml": "for parsing xml"
},
"require-dev": {
"phpstan/phpstan": "^0.10.3",
"phpstan/phpstan": "^0.12",
"nette/tester": "^2.0"
}
}

0 comments on commit b0dc2a6

Please sign in to comment.