Skip to content

Commit

Permalink
composer.json:
Browse files Browse the repository at this point in the history
1.) added: dropped laravel support below version 8
2.) added: support for laravel 10
3.) added: version bump for dependencies

Signed-off-by: Oskars Germovs <sia_dev@inbox.lv>
  • Loading branch information
Faks committed Feb 12, 2023
2 parents 7a114b2 + 9a66669 commit d86f428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
],
"require": {
"ext-bcmath": "*",
"laravel/framework": "~5|~6|~7|~8|~9",
"nesbot/carbon": "^1.3|^2.5",
"dompdf/dompdf": "^1.0|^1.1|^1.2"
"laravel/framework": "^8|^9|^10",
"nesbot/carbon": "^2.66.0",
"dompdf/dompdf": "^2.0.3"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit d86f428

Please sign in to comment.