Skip to content

Commit

Permalink
fix: composer requirement (#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultVlacich committed Jun 24, 2021
1 parent b86b0c9 commit f37538e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -8,7 +8,7 @@
"require": {
"php": "^5.6|^7.0|^8.0",
"google/auth": "^1.10",
"google/apiclient-services": "^0.200.0",
"google/apiclient-services": "~0.200",
"firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
"monolog/monolog": "^1.17|^2.0",
"phpseclib/phpseclib": "~2.0||^3.0.2",
Expand Down

0 comments on commit f37538e

Please sign in to comment.