Skip to content

Commit

Permalink
Merge pull request #2 from softonic/feature/move-requirements-to-dev
Browse files Browse the repository at this point in the history
php 7.0 is only for dev
  • Loading branch information
rccrdpccl committed Sep 29, 2017
2 parents 2f868af + 2786902 commit c859afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"issues": "https://github.com/softonic/oauth2-provider/issues"
},
"require": {
"php": ">=7.0",
"league/oauth2-client": "^2.2",
"psr/http-message": "^1.0"
},
"require-dev": {
"php": ">=7.0",
"phpunit/phpunit": "^6.0",
"friendsofphp/php-cs-fixer": "^2.4"
},
Expand Down

0 comments on commit c859afb

Please sign in to comment.