Skip to content

Commit 2645ece

Browse files
authored
php 8.0/8.1 requirement include
1 parent 3da54d5 commit 2645ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php" : "~7.2|~7.3|~7.4",
19+
"php" : "~7.2|~7.3|~7.4|~8.0|~8.1",
2020
"illuminate/contracts": "^5.0|6.*|^7.0|^8.0",
2121
"illuminate/support": "^5.0|6.*|^7.0|^8.0",
2222
"guzzlehttp/guzzle": "~6.0|~7.1"
@@ -52,4 +52,4 @@
5252
},
5353
"minimum-stability": "dev",
5454
"prefer-stable": true
55-
}
55+
}

0 commit comments

Comments
 (0)