Skip to content

Commit

Permalink
chore: Fix composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
atoff committed Jul 29, 2023
1 parent 0a785ef commit 40341d5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2|^8.0"
"php": "^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -23,8 +23,5 @@
"symfony/css-selector": "^4.3",
"larapack/dd": "1.*",
"laravel/pint": "^1.10"
},
"suggest": {
"laravel/pint": "Required to lint the project"
}
}
}

0 comments on commit 40341d5

Please sign in to comment.