Skip to content

Commit

Permalink
Merge pull request #2 from ducrot/bump-php
Browse files Browse the repository at this point in the history
Allow PHP 8.x, Bump phpunit to v9
  • Loading branch information
timostamm committed Dec 12, 2022
2 parents a9fee5c + 9470a16 commit b073c6f
Show file tree
Hide file tree
Showing 4 changed files with 1,063 additions and 894 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Helps implementing Twirp in a Symfony application",
"license": "MIT",
"require": {
"php": "^7.1",
"php": ">=7.1",
"google/protobuf": "^3.10",
"symfony/property-info": ">=4",
"symfony/event-dispatcher": ">=4",
Expand All @@ -13,7 +13,7 @@
"psr/container": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.3"
"phpunit/phpunit": "^9.5"
},
"suggest": {
"ext-bcmath": "Need to support JSON deserialization",
Expand Down
Loading

0 comments on commit b073c6f

Please sign in to comment.