Skip to content

Commit

Permalink
Relaxed version constraint to allow v7.3 of oauth2-server (#11)
Browse files Browse the repository at this point in the history
Further relax bundle dependency requirements
  • Loading branch information
gschafra authored and spideyfusion committed Jan 11, 2019
1 parent b62b331 commit 26d9c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"php": ">=7.2",
"doctrine/doctrine-bundle": "^1.8",
"doctrine/orm": "^2.6",
"league/oauth2-server": "7.2.*",
"league/oauth2-server": "^7.2",
"sensio/framework-extra-bundle": "^3.0.0|^4.0.0|^5.0.0",
"symfony/framework-bundle": "~3.4|~4.0",
"symfony/psr-http-message-bridge": "1.0.*",
"symfony/psr-http-message-bridge": "^1.0",
"symfony/security-bundle": "~3.4|~4.0",
"zendframework/zend-diactoros": "^1.7"
},
Expand Down

0 comments on commit 26d9c0b

Please sign in to comment.