Skip to content

Commit

Permalink
PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGMR authored Jun 1, 2022
1 parent ce07021 commit dd2fa26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neurony/laravel-duplicate",
"description": "Duplicate any Eloquent model along with its underlying relationships",
"description": "Fork of Duplicate any Eloquent model along with its underlying relationships",
"license": "MIT",
"keywords": [
"laravel",
Expand All @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": "^7.2.5 | ^8.0.0",
"illuminate/contracts": "^7.0",
"illuminate/support": "^7.0",
"illuminate/database": "^7.0"
Expand Down

0 comments on commit dd2fa26

Please sign in to comment.