Skip to content

Commit 543be78

Browse files
authored
Merge pull request #12 from jameswilddev/fix/allow-php-8
Allow PHP 8.
2 parents 5d2c8eb + a4fcc3d commit 543be78

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": "^7.2||^8.0",
66
"laravel/framework": "^5.1||^6.0||^7.0||^8.0",
77
"langleyfoxall/helpers-laravel": "^1.10"
88
},

0 commit comments

Comments
 (0)