Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Apr 3, 2024
1 parent 3f29006 commit 66f3367
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
Changelog
=========

3.0.0 (unreleased)
------------------
Version 3
=========

3.0.0
-----

* Upgrade to PHPCR-ODM 2.0
* Support Jackalope 2.0
* Drop support for PHP 7
* Replace doctrine cache with PSR-6 cache with the `symfony/cache` implementation.
* Replace Doctrine cache with PSR-6 cache with the `symfony/cache` implementation.
The configuration of metadata_cache_driver changed. By default, it creates an `array` cache.
To configure a service, specify `type: service` and specify your service in the `id` property.
To use a cache pool, specify the service id of that pool.
Expand Down
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,16 @@
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0"
},
"conflict": {
"doctrine/annotations": "< 1.7.0",
"doctrine/doctrine-bundle": "< 2.0.3",
"jackalope/jackalope-jackrabbit": "<2",
"jackalope/jackalope": "< 1.3.1",
"phpcr/phpcr-shell": "< 1.0.0-beta1",
"symfony/dependency-injection": "< 3",
"symfony/console": "< 4"
},
"require-dev": {
"ext-libxml": "*",
"doctrine/doctrine-bundle": "^2.0.3",
"doctrine/phpcr-odm": "2.x-dev",
"doctrine/phpcr-odm": "^2.0",
"doctrine/orm": "^2.0 || ^3.0",
"jackalope/jackalope-doctrine-dbal": "^2.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.3.1 || ^5.0",
Expand Down Expand Up @@ -89,7 +87,5 @@
"psr-4": {
"Doctrine\\Bundle\\PHPCRBundle\\Tests\\": "tests/"
}
},
"prefer-stable": true,
"minimum-stability": "beta"
}
}

0 comments on commit 66f3367

Please sign in to comment.