Skip to content

Commit

Permalink
Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 23, 2020
1 parent a6aaea6 commit 885c3f2
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 @@ -14,7 +14,7 @@
"php": ">= 7.2.5",
"ext-json": "*",
"ext-simplexml": "*",
"ecphp/cas-lib": "^1",
"ecphp/cas-lib": "1.0.*",
"nyholm/psr7": "^1.2",
"symfony/cache": "^5.1",
"symfony/dependency-injection": "^5.1",
Expand All @@ -25,11 +25,11 @@
"symfony/security-bundle": "^5.1"
},
"require-dev": {
"drupol/php-conventions": "^1.7.1",
"drupol/php-conventions": "^1.8.6",
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
"infection/infection": "^0.15.3",
"loophp/unaltered-psr-http-message-bridge-bundle": "^1.0",
"phpspec/phpspec": "^6.2"
"phpspec/phpspec": "^6.2.1"
},
"suggest": {
"loophp/unaltered-psr-http-message-bridge-bundle": "A drop-in replacement for symfony/psr-http-message-bridge, that does not alter query parameters.",
Expand Down

0 comments on commit 885c3f2

Please sign in to comment.