Skip to content

Commit

Permalink
Merge pull request #12 from jameswilddev/fix/allow-php-8
Browse files Browse the repository at this point in the history
Allow PHP 8.
  • Loading branch information
jameswilddev authored Apr 21, 2021
2 parents 5d2c8eb + a4fcc3d commit 543be78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "langleyfoxall/react-dynamic-data-table-laravel-api",
"description": "Provides a Laravel API endpoint responder for the `react-dynamic-data-table` component.",
"require": {
"php": "^7.0.0",
"php": "^7.2||^8.0",
"laravel/framework": "^5.1||^6.0||^7.0||^8.0",
"langleyfoxall/helpers-laravel": "^1.10"
},
Expand Down

0 comments on commit 543be78

Please sign in to comment.