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 876bdd9 commit 5bc9acf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ jobs:
symfony-version: '6.*'
jackalope-version: '2.*'
php-bench: true
- php-version: '8.3'
dependencies: highest
symfony-version: '7.*'
jackalope-version: '2.*'

steps:
- name: Checkout project
Expand Down
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{"name":"David Buchmann", "email":"[email protected]"},
{"name":"Lukas Kahwe Smith", "email":"[email protected]"}
],
"minimum-stability": "beta",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
Expand All @@ -30,20 +30,21 @@
"doctrine/persistence": "^2.4",
"phpcr/phpcr": "^2.1.1",
"phpcr/phpcr-implementation": "^2.1",
"phpcr/phpcr-utils": "^1.3.0",
"phpcr/phpcr-utils": "^1.3.0 || ^2.0@dev",
"doctrine/instantiator": "^1.0.1 || ^2.0",
"symfony/console": "^3.4 || ^4.3 || ^5.0 || ^6.0",
"jackalope/jackalope": "dev-symfony-7 as 2.0",
"symfony/console": "^3.4 || ^4.3 || ^5.0 || ^6.0 || ^7.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"symfony/cache": "^5.4 || ^6.0.19",
"symfony/yaml": "^5.4 || ^6.0.19",
"symfony/phpunit-bridge": "^5.4.21 || ^6.0.19",
"liip/rmt": "^1.3",
"symfony/cache": "^5.4 || ^6.0.19 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0.19 || ^7.0",
"symfony/phpunit-bridge": "^5.4.21 || ^6.0.19 || ^7.0",
"liip/rmt": "dev-symfony-7 as 1.3",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0"
},
"suggest": {
"symfony/yaml": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
"jackalope/jackalope-doctrine-dbal": "^1.3 || ^2.0",
"jackalope/jackalope-jackrabbit": "^1.3 || ^2.0"
},
Expand Down

0 comments on commit 5bc9acf

Please sign in to comment.