Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TeBoring committed Nov 30, 2020
1 parent f8b032f commit 2aa847d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/composer.json
Expand Up @@ -6,10 +6,10 @@
"homepage": "https://developers.google.com/protocol-buffers/",
"license": "BSD-3-Clause",
"require": {
"php": ">=7.3.0"
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
"phpunit/phpunit": ">=5.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2aa847d

Please sign in to comment.