Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcrmn authored Feb 20, 2021
1 parent a0c0784 commit 7f329e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"homepage": "https://github.com/mrcrmn/http2push",
"keywords": ["Laravel", "Http2Push"],
"require": {
"php": "^7.2",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0"
"php": "^7.3|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"mockery/mockery": "^1.1",
"orchestra/testbench": "^3.8|^4|^5",
"orchestra/testbench": "^4|^5|^6",
"sempro/phpunit-pretty-print": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 7f329e3

Please sign in to comment.