Skip to content

Commit

Permalink
test with symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Dec 1, 2023
1 parent da105b4 commit 0460d93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"ext-curl":"*",
"ext-json":"*",
"phpcr/phpcr": "~2.1.5",
"phpcr/phpcr-utils": "^1.8.0",
"jackalope/jackalope": "^2.0.0-beta2"
"phpcr/phpcr-utils": "^1.8.0 || ^2.0@dev",
"jackalope/jackalope": "dev-symfony-7 as 2.0"
},
"provide": {
"jackalope/jackalope-transport": "2.0.0"
},
"require-dev": {
"psr/log": "~1.0",
"phpcr/phpcr-api-tests": "2.1.24",
"symfony/console": "^2.3 || ^3.4 || ^4.3 || ^5.0 || ^6.0",
"phpcr/phpcr-api-tests": "2.1.x-dev",
"symfony/console": "^2.3 || ^3.4 || ^4.3 || ^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.9"
},
Expand Down

0 comments on commit 0460d93

Please sign in to comment.