Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaboncukcu committed Feb 28, 2018
1 parent 3ca72a7 commit c037d6d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
"description": "Oauth2Server plugin for CakePHP",
"type": "cakephp-plugin",
"license": "MIT",
"keywords": [
"cakephp",
"oauth2",
"auth",
"thphpleague",
"suhaboncukcu"
],
"require": {
"cakephp/cakephp": "^3.4"
"cakephp/cakephp": "^3.4",
"league/oauth2-server": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^6.0"
Expand Down

0 comments on commit c037d6d

Please sign in to comment.