Skip to content

Commit

Permalink
chore: Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 1, 2022
1 parent 5905788 commit 17f12de
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 @@ -18,7 +18,7 @@
"ext-simplexml": "*",
"ecphp/cas-bundle": "dev-master",
"ecphp/ecas": "^2",
"symfony/framework-bundle": "^5.4"
"symfony/framework-bundle": "^5.4 || ^6"
},
"require-dev": {
"ext-xdebug": "*",
Expand All @@ -28,8 +28,8 @@
"infection/phpspec-adapter": "^0.1.2",
"nyholm/psr7": "^1.5",
"phpspec/phpspec": "^7",
"symfony/http-client": "^5.4",
"symfony/security-core": "^5.4"
"symfony/http-client": "^5.4 || ^6",
"symfony/security-core": "^5.4 || ^6"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 17f12de

Please sign in to comment.