Skip to content

Commit

Permalink
Merge pull request #1535 from scyzoryck/feature/fix-tests
Browse files Browse the repository at this point in the history
Remove min-stability
  • Loading branch information
scyzoryck authored Feb 5, 2024
2 parents 39096dd + 872588b commit 9e15e63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "jms/serializer",
"type": "library",
"description": "Library for (de-)serializing data of any complexity; supports XML, and JSON.",
"keywords": ["serialization", "deserialization", "json", "jaxb", "xml"],
"keywords": [
"serialization",
"deserialization",
"json",
"jaxb",
"xml"
],
"homepage": "http://jmsyst.com/libs/serializer",
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -41,7 +47,7 @@
"phpstan/phpstan": "^1.0.2",
"phpunit/phpunit": "^9.0 || ^10.0",
"psr/container": "^1.0 || ^2.0",
"rector/rector": "^0.18.13",
"rector/rector": "^0.19.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/expression-language": "^5.4 || ^6.0 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
Expand Down Expand Up @@ -73,6 +79,5 @@
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"minimum-stability": "dev"
}
}
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ git+https://github.com/fabpot/sphinx-php.git
sphinx_rtd_theme
Jinja2<3.0
MarkupSafe<2.1
alabaster<0.7.14

0 comments on commit 9e15e63

Please sign in to comment.