Skip to content

Commit

Permalink
upgrade jackalope to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Feb 20, 2024
1 parent c5e62c9 commit 4a909e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"php": "^8.0",
"symfony/console": "^5.0 || ^6.0",
"jackalope/jackalope": "^1.3.4",
"jackalope/jackalope": "^2@dev",
"phpcr/phpcr": "^2.1",
"phpcr/phpcr-utils": "^1.2",
"symfony/finder": "^5.0 || ^6.0",
Expand All @@ -18,8 +18,8 @@
"phpunit/phpunit": "^9.5",
"behat/behat": "^3.10",
"phpspec/phpspec": "^7.2",
"jackalope/jackalope-doctrine-dbal": "^1.3",
"jackalope/jackalope-jackrabbit": "^1.4.4",
"jackalope/jackalope-doctrine-dbal": "^2@dev",
"jackalope/jackalope-jackrabbit": "^2@dev",
"phpspec/prophecy-phpunit": "^2.0"
},
"suggest": {
Expand Down

0 comments on commit 4a909e4

Please sign in to comment.