Skip to content

Commit

Permalink
updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuela Mindroc committed Mar 4, 2022
1 parent 433b8a8 commit dae5703
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 186 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"name": "laravel-enso/enso",
"type": "project",
"description": "Laravel Enso can be a solid start for any SPA based on Laravel 7.x, Vue and Bulma",
"keywords": ["framework", "laravel"],
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"require": {
"php": ">=8.0",
"doctrine/dbal": "^2.8",
"guzzlehttp/guzzle": "^7.2",
"laravel-enso/calendar": "^3.0",
"laravel-enso/cli": "^5.0",
"laravel-enso/comments": "^4.0",
"laravel-enso/control-panel-api": "^3.0",
"laravel-enso/core": "^8.0",
Expand All @@ -29,13 +31,14 @@
"laravel/tinker": "^2.7",
"laravel/ui": "^3.0",
"sentry/sentry-laravel": "^2.0.0",
"typesense/laravel-scout-typesense-driver": "^5.0.0"
"symfony/mailgun-mailer": "^6.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"barryvdh/laravel-debugbar": "^3.5",
"brianium/paratest": "^6.3",
"filp/whoops": "^2.1.0",
"laravel-enso/cli": "^5.0",
"laravel-enso/phpunit-pretty-print": "^1.0",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1",
Expand Down
Loading

0 comments on commit dae5703

Please sign in to comment.