Skip to content

Commit ae4908a

Browse files
authored
add laravel 8 support
1 parent fd92ba3 commit ae4908a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tomschlick/laravel-http2-server-push",
3-
"description": "A middleware package for Laravel 5 to enable server push for your script, style, and image assets.",
3+
"description": "A middleware package for Laravel to enable server push for your script, style, and image assets.",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": ">=7.2",
14-
"illuminate/contracts": "^5.1. | ^6.0 | ^7.0",
15-
"illuminate/support": "^5.1 | ^6.0 | ^7.0",
16-
"illuminate/http": "5.1 | ^6.0 | ^7.0"
14+
"illuminate/contracts": "^5.1. | ^6.0 | ^7.0 | ^8.0",
15+
"illuminate/support": "^5.1 | ^6.0 | ^7.0 | ^8.0",
16+
"illuminate/http": "5.1 | ^6.0 | ^7.0 | ^8.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^5.4",

0 commit comments

Comments
 (0)