Skip to content

Commit b70cc43

Browse files
committed
Allow PHP 8.
1 parent 5d2c8eb commit b70cc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "langleyfoxall/react-dynamic-data-table-laravel-api",
33
"description": "Provides a Laravel API endpoint responder for the `react-dynamic-data-table` component.",
44
"require": {
5-
"php": "^7.0.0",
5+
"php": "^8.0.0||^7.0.0",
66
"laravel/framework": "^5.1||^6.0||^7.0||^8.0",
77
"langleyfoxall/helpers-laravel": "^1.10"
88
},

0 commit comments

Comments
 (0)