Skip to content

Commit

Permalink
Merge pull request #446 from jackalope/prepare-release
Browse files Browse the repository at this point in the history
prepare release
  • Loading branch information
dbu committed Apr 3, 2024
2 parents 0f29f19 + 79dd119 commit 78cf8b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

2.0.0 (unreleased)
------------------
2.0.0
-----

* Added static typing wherever possible. This should not change anything, but the added strictness.
might trigger errors where it was more tolerant for incorrect types before.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"doctrine/dbal": "^3.8.1 || ^4.0",
"phpcr/phpcr": "~2.1.5",
"phpcr/phpcr-utils": "^1.8 || ^2.0",
"jackalope/jackalope": "^2.0.0-RC1",
"jackalope/jackalope": "^2.0.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
},
"provide": {
Expand All @@ -36,7 +36,7 @@
"phpcr/phpcr-api-tests": "2.1.25",
"phpunit/phpunit": "^9.0",
"symfony/cache": "^5.4 || ^6.2 || ^7.0",
"phpstan/phpstan": "1.10.x-dev"
"phpstan/phpstan": "^1.10"
},
"autoload": {
"files": [ "src/dbal2_compat.php" ],
Expand Down

0 comments on commit 78cf8b9

Please sign in to comment.