Skip to content

Commit

Permalink
Merge pull request #24 from timoschinkel/feature/support-php-8
Browse files Browse the repository at this point in the history
Change php constraint to `^7.2 || ^8.0`
  • Loading branch information
victorwelling committed Apr 16, 2021
2 parents a091eee + 2d8f20e commit 7e30fe2
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 @@ -27,7 +27,7 @@
"test": "phpunit"
},
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"psr/container": "^1.0",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
Expand Down

2 comments on commit 7e30fe2

@sander-bol
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@victorwelling Any chance you could tag a release for this? It's one of the last dependencies remaining before we can upgrade to PHP8.

@victorwelling
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Damn, my bad, should have done that ages ago. Let me get right on it!

Also good to hear you guys are moving to PHP8! Bet you can't wait for all the new goodies :)

Please sign in to comment.